blob: 9eaaee9b4b5f018f57e809865d618e53c76d9f69 [file] [log] [blame]
#ifdef USING_TESTLIB2
# error Unexpected USING_TESTLIB2
#endif
#ifndef USING_TESTLIB3
# error Expected USING_TESTLIB3
#endif
int main(void)
{
return 0;
}