summaryrefslogtreecommitdiff
path: root/tests/expectations/tests/libclang-5/error-E0600-cannot-apply-unary-negation-to-u32.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/expectations/tests/libclang-5/error-E0600-cannot-apply-unary-negation-to-u32.rs')
-rw-r--r--tests/expectations/tests/libclang-5/error-E0600-cannot-apply-unary-negation-to-u32.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/expectations/tests/libclang-5/error-E0600-cannot-apply-unary-negation-to-u32.rs b/tests/expectations/tests/libclang-5/error-E0600-cannot-apply-unary-negation-to-u32.rs
new file mode 100644
index 00000000..7ad2fc1c
--- /dev/null
+++ b/tests/expectations/tests/libclang-5/error-E0600-cannot-apply-unary-negation-to-u32.rs
@@ -0,0 +1,10 @@
+/* automatically generated by rust-bindgen */
+
+#![allow(
+ dead_code,
+ non_snake_case,
+ non_camel_case_types,
+ non_upper_case_globals
+)]
+
+pub const a: u32 = 4294967291;