PTX: Emit global arrays with proper sizes
[oota-llvm.git] / test / CodeGen / CBackend / 2003-05-31-MissingStructName.ll
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] }*)