summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/python_api/module_section/main.cpp
blob: 943123b4059db09b8803290ace8e4d2d6551a35c (plain) (blame)
1
2
3
4
5
#include <stdio.h>

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