int main(int argc, char **argv) { int a = 1; int b = 2; char c = -3; unsigned short s = 4; return 0; // Set a breakpoint here }