1int foo() { return 42; }
2
3int main() {
4#line 0
5 return foo();
6}
7

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

source code of lldb/test/API/source-manager/artificial_location.c