aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/module_section/main.cpp
blob: 943123b4059db09b8803290ace8e4d2d6551a35c (plain)
1
2
3
4
5
#include <stdio.h>

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