aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2007-01-22-UpgradeMalformedStruct.ll
blob: 42c435939f8f10c63c0b9cda4914e60e59957195 (plain)
1
2
3
4
; Found by inspection of the code
; RUN: not llvm-upgrade < %s  > /dev/null |& grep {Illegal number of init}

global {} { int 7, float 1.0, int 7, int 8 }