Sign in
llvm
/
llvm-project
/
lldb
/
1c84a372266b08b8b0ced3f3621898b4e422db4f
/
.
/
test
/
Shell
/
ObjectFile
/
ELF
/
Inputs
/
memory-elf.cpp
blob: 9cae6c99c9f76164e26f56a23ae7876ae1feb847 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
()
{
printf
(
"Hello World\n"
);
// Use something from libc.so
return
0
;
}