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