blob: 88b3c17125db0437b8cce711002e090daae368e3 [file] [log] [blame]
#include <stdio.h>
void foo() {
printf("Set a breakpoint here.\n");
}
int main() {
foo();
return 0;
}