summaryrefslogtreecommitdiff
path: root/libbindgen/tests/headers/enum_alias.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libbindgen/tests/headers/enum_alias.hpp')
-rw-r--r--libbindgen/tests/headers/enum_alias.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/libbindgen/tests/headers/enum_alias.hpp b/libbindgen/tests/headers/enum_alias.hpp
deleted file mode 100644
index 658f8fde..00000000
--- a/libbindgen/tests/headers/enum_alias.hpp
+++ /dev/null
@@ -1,7 +0,0 @@
-// bindgen-flags: -- -std=c++11
-
-typedef unsigned char uint8_t;
-
-enum Bar : uint8_t {
- VAL
-};