master
1// cmakedefine
2// undefined
3/* #undef noval */
4
5// 1
6#define trueval 1
7
8// undefined
9/* #undef falseval */
10
11// undefined
12/* #undef zeroval */
13
14// 1
15#define oneval 1
16
17// 1
18#define tenval 1
19
20// 1
21#define stringval 1
22
23
24// cmakedefine01
25// 0
26#define boolnoval 0
27
28// 1
29#define booltrueval 1
30
31// 0
32#define boolfalseval 0
33
34// 0
35#define boolzeroval 0
36
37// 1
38#define booloneval 1
39
40// 1
41#define booltenval 1
42
43// 1
44#define boolstringval 1
45
46
47// @ substition
48
49// no substition
50//
51
52// no substition
53//
54
55// no substition
56// .
57
58// 1
59// 1
60
61// 0
62// 0
63
64// 10
65// 10
66
67// 0.1
68// 0.1
69
70// 0
71// 0
72
73// 1
74// 1
75
76// 10
77// 10
78
79// 01
80// 01
81
82// 0.10
83// 0.10
84
85// test
86// test
87
88// testtest
89// testtest
90
91// test.test
92// test.test
93
94// test10
95// test10
96
97// no substition
98//
99
100// no substition
101//
102
103// no substition
104// .
105
106// 1
107// 1
108
109// 0
110// 0
111
112// 10
113// 10
114
115// 0.1
116// 0.1
117
118// 0
119// 0
120
121// 1
122// 1
123
124// 10
125// 10
126
127// 01
128// 01
129
130// 0.10
131// 0.10
132
133// test
134// test
135
136// testtest
137// testtest
138
139// test.test
140// test.test
141
142// test10
143// test10