trim
[build-config.git] / src / config / lxrgmr-code / test / token / 2.1.ConstStr.in
blobd5ff653ac039d7a0f2a15af8851fadbadef9ad24
3 # @ digit
4 # @ oct
5 # @ binary
6 # @ hex
7 # @ float
11  * hex const string
12  */
13 0x00 0x11 0x22 0x33 
14 0x00U 0x11u 0x22L 0x33l 
15 0x00a 0x11b 0x22c d0x33 
16 0x00f 0x11g 0x22h 0x33i 
20  * dec const string
21  */
22 0 00 11 22 33 
25  * oct const string
26  */
27 000 011 022 033 
30  * bin const string
31  */
32 00b 11b 01B 10B 10d 
35  * float const string
36  */
37 0.0 1.1b 00.1 1.00 1.01 
38 1f 1F