3418de9447fe5ee70cf3516d185cb70770e782d0
[oota-llvm.git] / test / Assembler / 2002-04-05-TypeParsing.ll
1 ; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
2
3   %Hosp = type {
4                  { \2 *, { \2, \4 } * },
5                  { \2 *, { \2, \4 } * }
6                }
7
8 implementation