Tanya Lattner | f28e0ce | 2008-02-19 01:41:04 +0000 | [diff] [blame] | 1 | ; RUN: llvm-as < %s | llc -march=c |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 2 | |
3 | ; The C backend was dying when there was no typename for a struct type! | ||||
4 | |||||
Tanya Lattner | f28e0ce | 2008-02-19 01:41:04 +0000 | [diff] [blame] | 5 | declare i32 @test(i32, { [32 x i32] }*) |