summaryrefslogtreecommitdiffstats
path: root/tests/rust/cfg_2.toml
blob: 4672d03f31755f981ee4eef77683a3633e0feca6 (plain)
1
2
3
4
5
6
7
8
9
10
11
header = """
#if 0
DEF DEFINED = 1
DEF NOT_DEFINED = 0
#endif
"""

[defines]
"unix" = "DEFINED"
"macos" = "NOT_DEFINED"
"windows" = "NOT_DEFINED"