aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll
blob: 6158b2f565a42bc838fb5cfe9d97162f1f131960 (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llvm-upgrade < %s | llvm-as | llc -march=c



implementation

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