tinycc/tests/tests2/18_include.h
herman ten brugge 76b88e22a4 Fix last __has_include update
After this last change the radare2 project did not compile anymore.

Start with BOL flag after include ends in tccpp.c.
Update testcase 18.
2022-09-12 11:37:47 +02:00

5 lines
111 B
C

printf("included\n");
/* test file with missing newline */
#ifndef INCLUDE
#define INCLUDE
#endif /* INCLUDE */