blob: ae073363354196a90cdd625843e5253fc80c9923 [file] [log] [blame]
pub fn main() {
if cfg!(not()) { } //~ ERROR E0536
}