index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
LLVMC
/
test_data
/
together.c
blob: a828c475779b6796fd71d1f56574aa19805e42e7 (
plain
)
1
2
3
4
5
#include <stdio.h>
void
test
() {
printf
(
"hello
\n
"
);
}