llvm-project/llvm/test/Verifier/2003-11-21-FunctionReturnin...

8 lines
79 B
LLVM
Raw Normal View History

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