1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-27 05:53:07 +01:00
llvm-mirror/test/Verifier/2003-11-21-FunctionReturningStructure.ll

8 lines
79 B
LLVM
Raw Normal View History

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