blob: 54f86c26e1bcb26eeef1842a06e852cb90d7c513 [file] [log] [blame]
void a() { x = float2(1); }
void b() { float w = x; }
void c() { float w = x, y; }
void d() { float w = x, y = z; }
float e = f, g = h;
float i = j, k;