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

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