trisquel-icecat/icecat/third_party/cbindgen/tests/rust/cfg_2.toml

11 lines
146 B
TOML

header = """
#if 0
DEF DEFINED = 1
DEF NOT_DEFINED = 0
#endif
"""
[defines]
"unix" = "DEFINED"
"macos" = "NOT_DEFINED"
"windows" = "NOT_DEFINED"