summaryrefslogtreecommitdiff
path: root/test/br3392442.asm
diff options
context:
space:
mode:
Diffstat (limited to 'test/br3392442.asm')
-rw-r--r--test/br3392442.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/br3392442.asm b/test/br3392442.asm
new file mode 100644
index 00000000..e7a0511c
--- /dev/null
+++ b/test/br3392442.asm
@@ -0,0 +1,6 @@
+ ;; Bug report 3392442: invalid warning
+
+ and byte [0], ~80h
+ and byte [0], 0xfff
+ and byte [0], -256
+ and byte [0], -257