llvm-project/llvm/test/CodeGen/CBackend/2002-10-30-FunctionPointerA...

11 lines
235 B
LLVM
Raw Normal View History

; RUN: llc < %s -march=c
2004-11-07 05:40:51 +08:00
%BitField = type i32
%tokenptr = type i32*
define void @test() {
%pmf1 = alloca %tokenptr (%tokenptr, i8*)* ; <%tokenptr (%tokenptr, i8*)**> [#uses=0]
ret void
}