blob: 6cb16a4d036c4a6b2eb76c1b03b7ec89974689a0 [file]
#[allow(unused)]
#[cfg(target_object_format = "elf")]
//~^ ERROR `cfg(target_object_format)` is experimental
const X: () = ();
fn main() {}