1 int g_a = 123; 2 struct Point { 3 int x; 4 int y; 5 }; 6 struct Point g_marked_spot = { 20, 21 }; 7 8