blob: 8157ccdcbf0b95e87c8ee1a6d53b5a9e640a16ed [file] [log] [blame]
// regression test for issue 16974
#![crate_type(lib)] //~ ERROR attribute must be of the form
fn my_lib_fn() {}
fn main() {}