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

19 lines
153 B
TOML

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