Sign in
llvm
/
llvm-project
/
a78861fc55d18046989ff4d624a037e9181da170
/
.
/
lldb
/
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
;
}