Allow constant floating point numbers as macro expansion parameter
[normand.git] / tests / pass-readme-learn-macro-exp-3.nt
diff --git a/tests/pass-readme-learn-macro-exp-3.nt b/tests/pass-readme-learn-macro-exp-3.nt
new file mode 100644 (file)
index 0000000..865c682
--- /dev/null
@@ -0,0 +1,7 @@
+!macro flt32be(val) {be} {val : 32} !end
+
+"CHEETOS"
+m:flt32be(-42.17)
+m:flt32be(56.23e-4)
+---
+43 48 45 45 54 4f 53 c2 28 ae 14 3b b8 41 25
This page took 0.023298 seconds and 4 git commands to generate.