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

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