1 /// This is a constant that has a docstring
2 ///
3 /// And expected to be found in generated bindings code too.
4 const int FOO = 1;
5 
6 /// This is a constant that has a docstring
7 ///
8 /// And expected to be found in generated bindings code too.
9 struct Bar
10 {
11     int baz;
12 };