aclocal.m4: remove dnl which made autoconf complain
[nasm.git] / test / br3392442.asm
blobe7a0511ce85830281e984301153bc62bd20ea5ba
1 ;; Bug report 3392442: invalid warning
3 and byte [0], ~80h
4 and byte [0], 0xfff
5 and byte [0], -256
6 and byte [0], -257