summary refs log tree commit diff stats
path: root/tests/cpp/enum.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cpp/enum.hpp')
-rw-r--r--tests/cpp/enum.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cpp/enum.hpp b/tests/cpp/enum.hpp
new file mode 100644
index 000000000..268999d68
--- /dev/null
+++ b/tests/cpp/enum.hpp
@@ -0,0 +1,3 @@
+namespace namespaced {
+enum Enum { A, B, C };
+}