summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/unified_section_list/main.cpp
blob: 45fd52eeeb303674a6d893aaec29c9e53cc1373d (plain)
1
2
3
#include <stdio.h>

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