summaryrefslogtreecommitdiff
path: root/libbindgen/tests/headers/class_static.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libbindgen/tests/headers/class_static.hpp')
-rw-r--r--libbindgen/tests/headers/class_static.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/libbindgen/tests/headers/class_static.hpp b/libbindgen/tests/headers/class_static.hpp
new file mode 100644
index 00000000..21ab2321
--- /dev/null
+++ b/libbindgen/tests/headers/class_static.hpp
@@ -0,0 +1,7 @@
+class MyClass {
+public:
+ static const int* example;
+ static const int* example_check_no_collision;
+};
+
+static const int* example_check_no_collision;