summaryrefslogtreecommitdiffstats
path: root/tests/rust/maybeuninit.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rust/maybeuninit.toml')
-rw-r--r--tests/rust/maybeuninit.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/rust/maybeuninit.toml b/tests/rust/maybeuninit.toml
new file mode 100644
index 0000000..ba671fa
--- /dev/null
+++ b/tests/rust/maybeuninit.toml
@@ -0,0 +1,18 @@
+header = """
+#if 0
+''' '
+#endif
+
+#ifdef __cplusplus
+template <typename T>
+using MaybeUninit = T;
+#endif
+
+#if 0
+' '''
+#endif
+"""
+[export]
+exclude = [
+ "MaybeUninit",
+]