summaryrefslogtreecommitdiff
path: root/tests/apis/add_configfiles/main2.c
blob: c961d4b4ece9656023d54b0f24e542e0942bb15a (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>
#include <stdlib.h>
#include "config2.h"

int main(int argc, char **argv) {
    printf("hello2 %s\n", HELLO2);
    return 0;
}