blob: b5578bdd715df921770d50d9375bde6bbf0d8aa4 [file] [log] [blame]
extern void foo();
int main() {
foo(); // Set a breakpoint here
return 0;
}