Sign in
fuchsia
/
third_party
/
llvm-project
/
d664c9066840ab57314f0de99fb4e5902b51f8cb
/
.
/
lldb
/
test
/
API
/
source-manager
/
artificial_location.c
blob: e1edd8d56b1aa66f876f8d7997589fe9d3e9d81e [
file
] [
log
] [
blame
]
int
foo
()
{
return
42
;
}
int
main
()
{
#line
0
return
foo
();
}