1#include "artificial_location.h"
2
3int A::foo() {
4#line 0
5 return 42;
6}
7
8int main() { return A::foo(); }
9

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