blob: 6e86a2a01752fc5d1e63e909523e9adbc9cbe370 [file] [log] [blame]
Tanya Lattnercd0aa812004-11-06 21:40:51 +00001; RUN: llvm-as < %s | llc -march=c
2
Chris Lattner8afdc7d2003-05-31 23:27:10 +00003; The C backend was dying when there was no typename for a struct type!
4
5declare int %test(int,{ [32 x int] }*)
6