ENH: set expected failure for tests
[cmake.git] / Tests / TargetName / executables / hello_world.c
blob539d867e011f2fd9ab753b75aa7aa748ddbd158f
1 #include <stdio.h>
2 main()
4 printf("hello, world\n");