repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert a hunk of r82018 that wasn't supposed to go in yet.
[llvm/avr.git]
/
test
/
LLVMC
/
test_data
/
false2.cpp
blob
a02051415ddd0e2639823194d0ee936c2a6d278e
1
// RUN: ignore
2
#include <string>
3
4
std
::
string
test2
() {
5
return
"lo"
;
6
}