summaryrefslogtreecommitdiff
path: root/tests/headers/constify-module-enums-shadow-name.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/constify-module-enums-shadow-name.h')
-rw-r--r--tests/headers/constify-module-enums-shadow-name.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/headers/constify-module-enums-shadow-name.h b/tests/headers/constify-module-enums-shadow-name.h
deleted file mode 100644
index 38b26106..00000000
--- a/tests/headers/constify-module-enums-shadow-name.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// bindgen-flags: --constified-enum-module foo
-
-enum foo {
- Type,
- Type_,
- Type1,
- Type__,
-};
-
-struct bar {
- enum foo member;
-};