llvm/lldb/test/API/source-manager/artificial_location.c

int foo() { return 42; }

int main() {
#line 0
  return foo();
}