Main.hx 41 B

123
  1. function main() {
  2. trace(new Test().c);
  3. }