blob: a4242499419794ba8be0205ca2e234622f1d07cb [file] [log] [blame]
#[inline()] //~ ERROR E0534
pub fn something() {}
fn main() {
something();
}