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

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