Sign in
rust
/
llvm-project
/
refs/heads/rustc/12.0-2021-02-03
/
.
/
lldb
/
test
/
API
/
macosx
/
DBGSourcePathRemapping
/
Inputs
/
main.c
blob: 41a6a46c926107797c31abe308c706a9db88da24 [
file
] [
log
] [
blame
] [
edit
]
void
relative
();
int
main
()
{
relative
();
// Hello Absolute!
return
0
;
}