Allow constant floating point numbers as macro expansion parameter
[normand.git] / tests / pass-macro-exp-param-float.nt
1 !macro salut(a, b, c)
2 "meow" {b : 32}
3 !end
4
5 {be}
6 aa bb
7 m:salut(42, 45.12, 12)
8 m:salut(42, -12.34e9, 12)
9 ff
10 ---
11 aa bb
12
13 6d 65 6f 77
14 42 34 7a e1
15
16 6d 65 6f 77
17 d0 37 e1 5d
18
19 ff
This page took 0.031238 seconds and 4 git commands to generate.