1 // run-pass
2 
3 #![feature(rust_2018_preview)]
4 #![deny(unknown_lints)]
5 
6 #[allow(clippy::almost_swapped)]
main()7 fn main() {}
8