blob: 9cc79f019f0214ca736ec3eba6706398f234ec75 [file] [log] [blame]
extern void unresolved_detected_at_runtime_not_at_linktime(void);
void foo_in_so(void)
{
unresolved_detected_at_runtime_not_at_linktime();
}