11 lines
149 B
C
Raw Normal View History

2011-01-16 11:35:12 +01:00
#ifndef FOO_1
2018-08-09 18:06:22 +02:00
# error "foo1.h not included by /FI"
2011-01-16 11:35:12 +01:00
#endif
#ifndef FOO_2
2018-08-09 18:06:22 +02:00
# error "foo2.h not included by /FI"
2011-01-16 11:35:12 +01:00
#endif
2016-07-09 11:21:54 +02:00
int main(void)
{
return 0;
}