llvm-6502/test/Assembler/2003-05-21-MalformedStructCrash.ll

5 lines
161 B
LLVM
Raw Normal View History

; Found by inspection of the code
2009-01-02 07:01:27 +00:00
; RUN: not llvm-as < %s > /dev/null |& grep {constant expression type mismatch}
global {} { i32 7, float 1.0, i32 7, i32 8 }