blob: db90e933e464aff511aad3586c41029fb73c351c [file] [log] [blame]
#ifndef FOO1
# error Missing FOO1
#endif
#ifndef FOO2
# error Missing FOO2
#endif
int main()
{
return 0;
}