llvm-6502/test/CBackend/2002-10-30-FunctionPointerAlloca.ll

11 lines
150 B
LLVM
Raw Normal View History

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