aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ObjectFile/ELF/Inputs/memory-elf.cpp
blob: 9cae6c99c9f76164e26f56a23ae7876ae1feb847 (plain)
1
2
3
4
5
#include <stdio.h>
int main() {
  printf("Hello World\n"); // Use something from libc.so
  return 0;
}