MainMatch.hx 47 B

123
  1. function main() {
  2. (macro 1).expr?.match(1);
  3. }