llvm-mirror/test/Verifier/2003-11-21-FunctionReturningStructure.ll

8 lines
79 B
LLVM
Raw Normal View History

2004-11-06 23:08:26 +00:00
; RUN: not llvm-as -f %s -o /dev/null
2003-11-21 22:28:49 +00:00
%T = type { int }
declare %T %test()