Reid Spencer | 69ccadd | 2006-12-02 04:23:10 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-upgrade < %s | llvm-as | llc -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 | |||||
5 | declare int %test(int,{ [32 x int] }*) | ||||
6 |