summaryrefslogtreecommitdiff
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()