Push.tars 98 B

123456789
  1. module Test
  2. {
  3. interface Push
  4. {
  5. int testPush(out string msg);
  6. };
  7. };