aboutsummaryrefslogtreecommitdiff
path: root/tinycc/tests/tests2/18_include.h
blob: cad2433fda270dd9227c61fdd3617e132e3ae0ed (plain)
1
2
3
4
5
printf("included\n");
/* test file with missing newline */
#ifndef INCLUDE
#define INCLUDE
#endif /* INCLUDE */