Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ceb639dbeea97c901b2642ebe296eb358d27b2f6
/
.
/
clang
/
bindings
/
python
/
tests
/
cindex
/
INPUTS
/
hello.cpp
blob: 7ef086e56b2cb564ff77f357f03dfc010612d105 [
file
] [
log
] [
blame
]
#include
"stdio.h"
int
main
(
int
argc
,
char
*
argv
[])
{
printf
(
"hello world\n"
);
return
0
;
}