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