Mercurial > hg > CbC > CbC_llvm
view test/Assembler/2003-05-21-MalformedStructCrash.ll @ 115:95b91bc9a2f8
cleanupflag
author | mir3636 |
---|---|
date | Fri, 05 Aug 2016 19:04:52 +0900 |
parents | 95c75e76d11b |
children | 1172e4bd9c6f |
line wrap: on
line source
; Found by inspection of the code ; RUN: not llvm-as < %s > /dev/null 2> %t ; RUN: grep "initializer with struct type has wrong # elements" %t global {} { i32 7, float 1.0, i32 7, i32 8 }