mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
5 lines
190 B
Plaintext
5 lines
190 B
Plaintext
|
; RUN: (as < %s 2>&1) | grep Expected
|
||
|
; Test the case of a misformed constant initializer
|
||
|
; This should cause an assembler error, not an assertion failure!
|
||
|
%X = constant {int} { float 1.0 }
|