2018-08-09 18:06:22 +02:00

11 lines
149 B
C

#ifndef FOO_1
# error "foo1.h not included by /FI"
#endif
#ifndef FOO_2
# error "foo2.h not included by /FI"
#endif
int main(void)
{
return 0;
}