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

13 lines
201 B
LLVM

; 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
}