11 lines
145 B
C
Raw Normal View History

2011-01-16 11:35:12 +01:00
#ifndef FOO_1
2016-07-09 11:21:54 +02:00
#error "foo1.h not included by /FI"
2011-01-16 11:35:12 +01:00
#endif
#ifndef FOO_2
2016-07-09 11:21:54 +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;
}