1 2#ifdef DO_GNU_TESTS 3# ifndef TEST_OPTION 4# error Expected TEST_OPTION 5# endif 6#endif 7 8int main(void) 9{ 10 return 0; 11} 12 13