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


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

implementation

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