extensions.ael 92 B

1234567
  1. #include "t1/*.ael"
  2. context z ()
  3. {
  4. 123 => NoOp(hi there, z);
  5. 124 => NoOp(hi there, z);
  6. }