summaryrefslogtreecommitdiff
path: root/tests/headers/issue-1995.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/issue-1995.h')
-rw-r--r--tests/headers/issue-1995.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/headers/issue-1995.h b/tests/headers/issue-1995.h
deleted file mode 100644
index 619f6735..00000000
--- a/tests/headers/issue-1995.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/// This is a constant that has a docstring
-///
-/// And expected to be found in generated bindings code too.
-const int FOO = 1;
-
-/// This is a constant that has a docstring
-///
-/// And expected to be found in generated bindings code too.
-struct Bar
-{
- int baz;
-}; \ No newline at end of file