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

source code of lldb/test/API/lang/c/global_variables/a.c