blob: 7f550d0f9f1939837a61a2c33af1b58efbd6f5ef [file] [log] [blame]
#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;
}