1 /* This file is to test compute #include directives. It's named so
2 that it starts with a pre-processing number which isn't a valid
3 number (42test.h). Including this must work. */
5 int have_included_42test_h
;
7 #elif !defined INC42_SECOND
9 int have_included_42test_h_second
;
12 int have_included_42test_h_third
;