repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Flang] remove whole-archive option for AIX linker (#76039)
[llvm-project.git]
/
clang
/
bindings
/
python
/
tests
/
cindex
/
INPUTS
/
hello.cpp
blob
7ef086e56b2cb564ff77f357f03dfc010612d105
1
#include
"stdio.h"
2
3
int
main
(
int
argc
,
char
*
argv
[]) {
4
printf
(
"hello world
\n
"
);
5
return
0
;
6
}