blob: 73e311b72d5e5a69593733d43dc470224fc2f3c7 [file] [log] [blame]
//@ compile-flags:--test
//@ should-fail
#![doc(test(attr(deny(warnings))))]
/// ```no_run
/// let a = 3;
/// ```
pub fn foo() {}