CMake/Tests/COnly/conly.c

10 lines
94 B
C

#include "foo.h"
#include <stdio.h>
int main ()
{
printf("Foo: %s\n", foo);
return 0;
}