Main.hx 75 B

12345
  1. function main() {
  2. var a:Int;
  3. var b:Int;
  4. $type(a, _) = $type(b, _) = 0;
  5. }