blob: 69c8d246e20a4a1c0150092f06ebde40f558e8c6 [file] [edit]
// rustfmt-unstable: true
#![crate_type = "lib"]
cfg_select! {
_ => {
fn foo(){} {}
}
}
cfg_select! { _ => {{} {}}}