1#include <stdio.h>
2int main() {
3 printf(format: "Hello World\n"); // Use something from libc.so
4 return 0;
5}
6

source code of lldb/test/Shell/ObjectFile/ELF/Inputs/memory-elf.cpp