aboutsummaryrefslogtreecommitdiffstats
path: root/test/alleatures.dm
diff options
context:
space:
mode:
Diffstat (limited to 'test/alleatures.dm')
-rw-r--r--test/alleatures.dm10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/alleatures.dm b/test/alleatures.dm
new file mode 100644
index 0000000..ea3bda7
--- /dev/null
+++ b/test/alleatures.dm
@@ -0,0 +1,10 @@
+0x01-0x2 "Hello"
+
+0x010
+ if (0x01) "One"
+ if (0x02) "Two"
+ if (0x03) "Three"
+ if (0x40) "Forty"
+0x0aaa
+ if (&0x0001) "bit one"
+ if (&0x0112) "some more bits" \ No newline at end of file