Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/mirror-goog-main-rust-toolchain-source
/
.
/
lldb
/
test
/
API
/
source-manager
/
artificial_location.cpp
blob: 776f68a00b53c2004bd3469e04e657c8ca7b1d21 [
file
] [
log
] [
blame
] [
edit
]
#include
"artificial_location.h"
int
A
::
foo
()
{
#line
0
return
42
;
}
int
main
()
{
return
A
::
foo
();
}