blob: e1fb581c29d6a9439ed3bd52f6880ff49149c5e2 [file] [log] [blame]
type a = vec3f;
fn f() {
{
const vec3f = 1;
const b = vec3f;
}
const c = a();
const d = vec3f();
}