blob: 9faf8d9387e3c1d678232af8c1ff9a2df64dfb97 [file] [log] [blame]
struct S {
a : i32,
b : f32,
}
fn f() {
const v = (S(1, 2.0).a == 0);
}