repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
LLVMC
/
test_data
/
false.c
blob
3e4e8a7e9280dfb582168201b7032ce975bae7f0
1
#include <iostream>
2
3
extern
"C"
void
test
();
4
extern std
::
string
test2
();
5
6
int
test_main
() {
7
std
::
cout
<<
"h"
;
8
test
();
9
std
::
cout
<<
test2
() <<
'
\n
'
;
10
}