Arrange to print constants that match "n" and "i" constraints
[oota-llvm.git] / test / CodeGen / CBackend / 2003-05-31-MissingStructName.ll
index 1eae4062bb2816d005bdef4fef69419473d44f8a..fb7e2ba69fd51686887a5b7acc873fa1cfc0447a 100644 (file)
@@ -1,4 +1,5 @@
-; The C backend was dying when there was no typename for a struct type!
+; RUN: llvm-as < %s | llc -march=c
 
-declare int %test(int,{ [32 x int] }*)
+; The C backend was dying when there was no typename for a struct type!
 
+declare i32 @test(i32, { [32 x i32] }*)