Create a stack frame on ARM when
[oota-llvm.git] / test / Assembler / 2002-04-05-TypeParsing.ll
index cca859f4884800c9d39a23874851d4086a6cd8fb..f725944b92107435a53d39f82e14ed7b3b66cb82 100644 (file)
@@ -1,6 +1,3 @@
-  %Hosp = type {
-                 { \2 *, { \2, \4 } * },
-                 { \2 *, { \2, \4 } * }
-               }
-
-implementation
+; RUN: llvm-as %s -o /dev/null
+  
+ %Hosp = type { { \2*, { \2, %Hosp }* }, { \2*, { \2, %Hosp }* } }