diff options
Diffstat (limited to 'tests/headers/constify-module-enums-shadow-name.h')
-rw-r--r-- | tests/headers/constify-module-enums-shadow-name.h | 12 |
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; -}; |