1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-06 05:33:28 +00:00
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 }