aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/cfg6.rs
blob: 19a4990c8da18a6570d32e35cd25d7c92d1c850a (plain)
1
2
3
4
// { dg-additional-options "-frust-cfg=A=\"B\"" }
#[cfg(A)]
pub fn foo() {}
pub fn foo() {}