summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/issue-1995.h
blob: 619f673540bc044b59e2a17a04cb641688ec7c55 (plain)
1
2
3
4
5
6
7
8
9
10
11
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;
};