blob: 1290dd837787ea59c65dadfc82394f79b0fece0e [file] [log] [blame]
; This worked under NASM. Due to the once-parse model used by YASM, this no
; longer works. However, it should error, not crash!
teststring db "Hello, world"
teststringlen equ $-teststring
%if teststringlen>100
db '5'
%endif