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 here
9}
10

source code of lldb/test/API/commands/frame/var-dil/basics/LocalVars/main.cpp