llvm/lldb/test/API/python_api/module_section/main.cpp

#include <stdio.h>

int main() {
  printf("Hello World\n");
}