c.ael 110 B

1234567891011121314
  1. context c()
  2. {
  3. 567 => NoOp(hi there, c);
  4. }
  5. #include "t2/*.ael"
  6. context w()
  7. {
  8. 890 => NoOp(hi there, w);
  9. }