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

11 lines
150 B
LLVM

%BitField = type int
%tokenptr = type %BitField*
implementation
void %test() {
%pmf1 = alloca %tokenptr (%tokenptr, sbyte*)*
ret void
}