8 lines
216 B
Rust
8 lines
216 B
Rust
|
|
// Ensure that `-Z crate-attr=cfg(FALSE)` can comment out the whole crate
|
||
|
|
//@ compile-flags: --crate-type=lib -Zcrate-attr=cfg(FALSE)
|
||
|
|
//@ check-pass
|
||
|
|
|
||
|
|
// NOTE: duplicate items are load-bearing
|
||
|
|
fn foo() {}
|
||
|
|
fn foo() {}
|