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
/
false2.cpp
blob
bba064c8e0423c839b19e36a9583fb4c9a9801e7
1
#include <string>
2
3
std
::
string
test2
() {
4
return
"lo"
;
5
}