• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1void a() { x = float2(1); }
2void b() { float w = x; }
3void c() { float w = x, y; }
4void d() { float w = x, y = z; }
5
6float e = f, g = h;
7float i = j, k;
8