]> git.lizzy.rs Git - rust.git/blob - tests/run-pass/ice-700.rs
a1e3a6756e9e365fe5f7f8cc420402f9863711df
[rust.git] / tests / run-pass / ice-700.rs
1
2
3 #![deny(clippy)]
4
5 fn core() {}
6
7 fn main() {
8     core();
9 }