Sign in
llvm
/
llvm-project
/
d95dadff8f094e793b79eec57737ec397fad7724
/
.
/
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
();
}