1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-14 15:33:34 +00:00
llvm-6502/test/Verifier/2003-11-21-FunctionReturningStructure.ll
Chris Lattner e952f233a0 New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10144 91177308-0d34-0410-b5e6-96231b3b80d8
2003-11-21 22:28:49 +00:00

6 lines
40 B
LLVM

%T = type { int }
declare %T %test()