summaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll
blob: b8874883bc4535ebdb393fa587ff7304c9f547d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; RUN: llvm-upgrade < %s | llvm-as | llc -march=c


	%BitField = type int
        %tokenptr = type %BitField*

implementation

void %test() {
	%pmf1 = alloca %tokenptr (%tokenptr, sbyte*)*
	ret void
}