blob: 2515bc6013ca2d80a0257a7f25e4031dfe2ba95f [file] [log] [blame]
extern void foo_in_so(void);
void call_unresolved(void)
{
unresolved_detected_at_runtime_not_at_linktime();
}
int main(int argc, char *argv[])
{
foo_in_so();
return 0;
}