1 // bindgen-flags: --no-doc-comments
2 
3 struct Foo {
4     int s; /*!< Including this will prevent rustc for compiling it */
5 };
6