blob: 1629d2e0b67396a134d3e906e3c45e2e8bfaa4b8 [file] [log] [blame]
// This test check that #![allow(unexpected_cfgs)] works with --cfg
//
// check-pass
// compile-flags: --cfg=unexpected --check-cfg=cfg() -Z unstable-options
#![allow(unexpected_cfgs)]
fn main() {}