cbindgen/tests/rust/box.toml

19 lines
153 B
TOML
Raw Normal View History

header = """
2020-11-18 16:50:59 +03:00
#if 0
''' '
#endif
#ifdef __cplusplus
template <typename T>
using Box = T*;
#endif
2020-11-18 16:50:59 +03:00
#if 0
' '''
#endif
"""
[export]
exclude = [
"Box",
]