5 lines
83 B
Rust
5 lines
83 B
Rust
//@ compile-flags: --cfg foo=1x
|
|
|
|
fn main() {}
|
|
|
|
//~? ERROR invalid `--cfg` argument
|