aboutsummaryrefslogtreecommitdiffstats
path: root/test/CBackend/2002-09-20-ArrayTypeFailure.ll
blob: 87eaadc144646700e0f0b0882049a9fd68fe03f6 (plain)
1
2
3
4
5
6
7
8


implementation

void %test() {
	%X = alloca [4xint]
	ret void
}