1#include <stdio.h>
2#include "other.h"
3
4int
5main()
6{
7 int test_var = 10;
8 Other::DoSomethingElse();
9 return 0;
10}
11

Provided by KDAB

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

source code of lldb/test/API/commands/frame/language/main.cpp