blob: 3c82c9a2ed9373322dc9222ed28a08b2bf5fa16e [file] [log] [blame]
/**
* <div rustbindgen="true" hide="true"></div>
*/
struct C;
/**
* <div rustbindgen opaque></div>
*/
struct D {
int a;
};
struct NotAnnotated {
int f;
};