blob: e5f3b4daf572998eddad061d4f8e945df8c54a95 [file] [log] [blame]
// check-pass
#![deny(private_doc_tests)]
mod foo {
/**
Does nothing, returns `()`
yadda-yadda-yadda
*/
fn foo() {}
}