tccpp: tcc_warning("extra tokens after directive")
[tinycc.git] / tests / tests2 / 18_include.h
blobcad2433fda270dd9227c61fdd3617e132e3ae0ed
1 printf("included\n");
2 /* test file with missing newline */
3 #ifndef INCLUDE
4 #define INCLUDE
5 #endif /* INCLUDE */