blob: 0496aa13338a7944533df72f5a6f0d3a174a59b2 [file] [log] [blame]
fn g() {
const a = vec3(vec3(1, 2, 3));
const b = a.x << 40;
}