blob: ca9c41611d4159532c7608df1d750d59478491f0 [file] [log] [blame]
#include <stdio.h>
int main() {
int i = 0; // Set a breakpoint here
return i;
}