3.txt 126 B

1234567891011121314
  1. namespace foo ::
  2. type A native
  3. type B interface {}
  4. type C record {}
  5. type D union { A,B,C }
  6. type E enum { Foo,Bar,Baz }