llvm-6502/test/Assembler/2002-05-02-ParseError.ll
Chris Lattner 17c48f7337 Simplify the testcase a bit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2439 91177308-0d34-0410-b5e6-96231b3b80d8
2002-05-02 19:58:05 +00:00

11 lines
152 B
LLVM

; This should parse correctly without an 'implementation', but there seems to
; be a problem...
%T = type int *
%T "test"()
begin
ret %T null
end