blob: 9cc58b162f37ee285ce6b6e973a37f776588c8d8 [file] [log] [blame]
// compile-flags:--test
#![doc(test(attr(feature(staged_api))))]
/// ```
/// #![allow(internal_features)]
/// #![unstable(feature="test", issue="18199")]
/// fn main() {}
/// ```
pub fn foo() {}