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

6 lines
62 B
C++

#include <stdio.h>
int main() {
printf("Hello World\n");
}