blob: 1ddb1a3b1f32400dd8288ba1f997e4f5a469fba8 [file] [log] [blame]
// bindgen-flags: --no-doc-comments
struct Foo {
int s; /*!< Including this will prevent rustc for compiling it */
};