blob: 8a9e99d703c7027169cea885fdffd9e1de4803e7 [file] [log] [blame]
// compile-flags: --cfg broken
#![crate_type = "lib"]
#![cfg_attr(broken, no_std, no_core)] //~ ERROR no_core is experimental
pub struct S {}