blob: c7c45bafb0d1eeff6a36edadf0a88164b45ef984 [file] [log] [blame]
// error-pattern:expected statement
fn f() {
#[foo = "bar"]
}
fn main() {
}