// This is more of a meta test, to confirm the test suite handles link errors correctly. extern void this_doesnot_exist(int); int main() { this_doesnot_exist( 6 ); }