blob: 621587af35ed702a6698889ea551854fcce3e79f [file] [log] [blame]
// regression test for issue 16974
#![crate_type(lib)] //~ ERROR malformed `crate_type` attribute input
fn my_lib_fn() {}
fn main() {}