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