If you specify header file as source, it should still use C compiler and not CXX...
[cmake.git] / Tests / COnly / conly.c
blob3f720ef51262ce50122b8dee40c9bc654604ac3c
1 #include "foo.h"
3 #include <stdio.h>
5 int main ()
7 printf("Foo: %s\n", foo);
8 return 0;