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