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