cbindgen/tests/rust/manuallydrop.toml
2020-11-25 17:30:30 +01:00

19 lines
170 B
TOML

header = """
#if 0
''' '
#endif
#ifdef __cplusplus
template <typename T>
using ManuallyDrop = T;
#endif
#if 0
' '''
#endif
"""
[export]
exclude = [
"ManuallyDrop",
]