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

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

implementation