From 1a824c21829f95c717b789647b195443df29c5c2 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sat, 6 Nov 2010 23:09:47 +0300 Subject: [PATCH] test: Add br3104312.asm test Not automated yet Signed-off-by: Cyrill Gorcunov --- test/br3104312.asm | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/br3104312.asm diff --git a/test/br3104312.asm b/test/br3104312.asm new file mode 100644 index 00000000..0dee16b8 --- /dev/null +++ b/test/br3104312.asm @@ -0,0 +1,11 @@ +%if 1 < 8000_0002h + %warning No bug with 8000_0002h +%else + %warning Bug with 8000_0002h +%endif + +%if 1 < 8000_0001h + %warning No bug with 8000_0001h +%else + %warning Bug with 8000_0001h +%endif