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