1 2 3 4 5 6
// compile-flags:--test --cfg feature="bar" /// ```rust /// assert_eq!(cfg!(feature = "bar"), true); /// ``` pub fn foo() {}