blob: db29e6801f582dd4c286a193a273133df5cf6143 [file] [log] [blame]
#[inline()] //~ ERROR malformed `inline` attribute input
pub fn something() {}
fn main() {
something();
}