1/* This file was generated by ConfigHeader using the Zig Build System. */
2// comments are preserved
3
4// empty lines are preserved
5
6#define VERSION_STR "1.2.3"
7
8#define boolean_true /* comment after define is okay */
9
10#undef boolean_false // same for line comment
11
12#define uint_64 42
13
14#define int_64 -42
15
16#define string "meson"
17
18#define ident meson
19
20/* #undef not_defined */
21
22#define is_defined