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



implementation

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