xref: /openbsd-src/gnu/llvm/clang/bindings/python/tests/cindex/INPUTS/hello.cpp (revision c1a45aed656e7d5627c30c92421893a76f370ccb)
1 #include "stdio.h"
2 
3 int main(int argc, char* argv[]) {
4     printf("hello world\n");
5     return 0;
6 }
7