summaryrefslogtreecommitdiff
path: root/test/Assembler/2002-04-05-TypeParsing.ll
blob: 3418de9447fe5ee70cf3516d185cb70770e782d0 (plain)
1
2
3
4
5
6
7
8
; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f

  %Hosp = type {
                 { \2 *, { \2, \4 } * },
                 { \2 *, { \2, \4 } * }
               }

implementation