Dan Gohman | fce288f | 2009-09-09 00:09:15 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=c |
Tanya Lattner | cd0aa81 | 2004-11-06 21:40:51 +0000 | [diff] [blame] | 2 | |
Chris Lattner | 8afdc7d | 2003-05-31 23:27:10 +0000 | [diff] [blame] | 3 | ; The C backend was dying when there was no typename for a struct type! |
4 | |||||
Tanya Lattner | 53a66d1 | 2008-02-19 01:41:04 +0000 | [diff] [blame] | 5 | declare i32 @test(i32, { [32 x i32] }*) |