summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/no-comments.h
blob: 1ddb1a3b1f32400dd8288ba1f997e4f5a469fba8 (plain)
1
2
3
4
5
// bindgen-flags: --no-doc-comments

struct Foo {
    int s; /*!< Including this will prevent rustc for compiling it */
};