You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
225 B

#ifndef TEST_DEFINITION
# error Expected TEST_DEFINITION
#endif
#ifndef LANG_CXX
# error Expected LANG_CXX
#endif
#ifdef UNPEXTED_DEFINITION
# error Unexpected UNPEXTED_DEFINITION
#endif
int main(void)
{
return 0;
}