fn macro() {  //~ ERROR expected identifier, found reserved keyword `macro`
}

pub fn main() {
}