llvm-mirror/test/Regression/Assembler/2002-05-02-ParseError.ll

11 lines
173 B
LLVM
Raw Normal View History

2002-05-02 19:54:58 +00:00
; This should parse correctly without an 'implementation', but there seems to
; be a problem...
%List = type { int, %List* }
%List* "test"()
begin
ret %List* null
end