1// Compile time coercion of float to int 2test "implicit cast to comptime_int" { 3 const f: f32 = 54.0 / 5; 4 _ = f; 5} 6 7// test_error=