mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 09:21:33 +00:00
7 lines
103 B
Rust
7 lines
103 B
Rust
//@ run-pass
|
|
//@ compile-flags: --cfg bar --check-cfg=cfg(bar) -D warnings
|
|
|
|
#![cfg(bar)]
|
|
|
|
fn main() {}
|