Sign in
llvm
/
llvm-project
/
fd3907ccb583df99e9c19d2fe84e4e7c52d75de9
/
.
/
lldb
/
test
/
API
/
source-manager
/
artificial_location.cpp
blob: 776f68a00b53c2004bd3469e04e657c8ca7b1d21 [
file
]
#include
"artificial_location.h"
int
A
::
foo
()
{
#line
0
return
42
;
}
int
main
()
{
return
A
::
foo
();
}