Tanya Lattner | cd0aa81 | 2004-11-06 21:40:51 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-as < %s | llc -march=c |
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 | |||||
5 | declare int %test(int,{ [32 x int] }*) | ||||
6 |