index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Verifier
/
2003-11-21-FunctionReturningStructure.ll
blob: e1d3ba82f7f8b21c1918f82b4c282e502310d149 (
plain
)
1
2
3
4
5
6
7
; RUN: not llvm-as -f %s -o /dev/null
%T
=
type
{
int
}
declare
%T
%test
()