summaryrefslogtreecommitdiffstats
path: root/tests/rust/manuallydrop.toml
blob: 7ffee9acd22971c90900df3a6907335d7517cec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
header = """
#if 0
''' '
#endif

#ifdef __cplusplus
template <typename T>
using ManuallyDrop = T;
#endif

#if 0
' '''
#endif
"""
[export]
exclude = [
  "ManuallyDrop",
]