Add some more FIXME's for indexed loads and stores.
[oota-llvm.git] / test / Assembler / 2002-05-02-ParseError.ll
index 3c2205d1febd9027625d1b6de914315254eee617..b198edfd31f5c112e65d52365c1cfbf8efe8e542 100644 (file)
@@ -1,10 +1,7 @@
-; This should parse correctly without an 'implementation', but there seems to 
-; be a problem...
+; RUN: llvm-as %s -o /dev/null -f
 
-       %List = type { int, %List* }
-
-%List* "test"()
-begin
-       ret %List* null
-end
+%T = type i32 *
 
+define %T @test() {
+       ret %T null
+}