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

Provided by KDAB

Privacy Policy
Learn to use CMake with our Intro Training
Find out more

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