1
2/**
3 * <div rustbindgen="true" hide="true"></div>
4 */
5struct C;
6
7/**
8 * <div rustbindgen opaque></div>
9 */
10struct D {
11    int a;
12};
13
14struct NotAnnotated {
15    int f;
16};
17