blob: 7181ee19b6711787317eccd5094e3598872c8351 [file] [log] [blame]
//! Test that #[inline(always)] can be applied to main function
//@ run-pass
#[inline(always)]
fn main() {}