]> git.lizzy.rs Git - rust.git/blob - tests/ui/inlined-main.rs
Modify existing bounds if they exist
[rust.git] / tests / ui / inlined-main.rs
1 // run-pass
2
3 #[inline(always)]
4 fn main() {}