New testcase
[oota-llvm.git] / test / CodeGen / CBackend / 2002-10-30-FunctionPointerAlloca.ll
1
2         %BitField = type int
3         %tokenptr = type %BitField*
4
5 implementation
6
7 void %test() {
8         %pmf1 = alloca %tokenptr (%tokenptr, sbyte*)*
9         ret void
10 }