1 ; RUN: llc < %s -march=c 2 3 ; The C backend was dying when there was no typename for a struct type! 4 5 declare i32 @test(i32, { [32 x i32] }*) 6