main.c   [plain text]


extern void unfindable();

int main() {
   unfindable();
   return 0;
}