/trunk/Examples/test-suite/go/typemap_ns_using_runme.go

# · Go · 9 lines · 7 code · 2 blank · 0 comment · 2 complexity · 95ab3a436836e2a61cebca5e9cf31ab5 MD5 · raw file

  1. package main
  2. import "./typemap_ns_using"
  3. func main() {
  4. if typemap_ns_using.Spam(37) != 37 {
  5. panic(0)
  6. }
  7. }