New testcase
[oota-llvm.git] / test / Assembler / 2002-05-02-ParseError.ll
1 ; This should parse correctly without an 'implementation', but there seems to 
2 ; be a problem...
3
4         %List = type { int, %List* }
5
6 %List* "test"()
7 begin
8         ret %List* null
9 end
10