about summary refs log tree commit diff
path: root/tests/ui/cfg/disallowed-cli-cfgs-allow.rs
blob: 0a9b07429d5f60df5ee9e5c3260ade0b8c9eb77b (plain)
1
2
3
4
//@ check-pass
//@ compile-flags: --cfg unix -Aexplicit_builtin_cfgs_in_flags

fn main() {}