1 2 3 4 5 6
//! Test that #[inline(always)] can be applied to main function //@ run-pass #[inline(always)] fn main() {}