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

# · Go · 9 lines · 7 code · 2 blank · 0 comment · 2 complexity · 99f28ca7afe1bd47d62ff9a57f0c8505 MD5 · raw file

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