diff options
Diffstat (limited to 'tests/headers/issue-1995.h')
-rw-r--r-- | tests/headers/issue-1995.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/headers/issue-1995.h b/tests/headers/issue-1995.h new file mode 100644 index 00000000..619f6735 --- /dev/null +++ b/tests/headers/issue-1995.h @@ -0,0 +1,12 @@ +/// 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 |