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
/
together.c
blob: 1b9b5f67fba93cf2ba55f3cc291a750431e69c3b (
plain
)
1
2
3
4
5
6
7
8
9
/*
* RUN: ignore
*/
#include <stdio.h>
void
test
() {
printf
(
"hello
\n
"
);
}