mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 17:37:30 +00:00
4 lines
57 B
Rust
4 lines
57 B
Rust
pub fn main() {
|
|
if cfg!(not()) { } //~ ERROR E0536
|
|
}
|