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