[Flang] remove whole-archive option for AIX linker (#76039)
[llvm-project.git] / clang / bindings / python / tests / cindex / INPUTS / hello.cpp
blob7ef086e56b2cb564ff77f357f03dfc010612d105
1 #include "stdio.h"
3 int main(int argc, char* argv[]) {
4 printf("hello world\n");
5 return 0;