Main.hx 104 B

123456
  1. function main() {
  2. trace(mbedtls.SslTransport.SSL_TRANSPORT_STREAM);
  3. test();
  4. }
  5. macro function test();