blob: 001333e92d9bf8b9e291fe634b4e342bce082597 [file]
int main() {
int test_var = 10; // Set a breakpoint here
return test_var;
}