``` rust fn main() { println!("{}", 1.5f32 % std::env::args().len() as f32); } ``` This code doesn't link on MSVC targets. (Sorry if I messed up the testcase; I don't have a Rust install on Windows to test with.)