PageRenderTime 48ms CodeModel.GetById 24ms RepoModel.GetById 1ms app.codeStats 0ms

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

#
Go | 9 lines | 7 code | 2 blank | 0 comment | 2 complexity | 99f28ca7afe1bd47d62ff9a57f0c8505 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. package main
  2. import "./using2"
  3. func main() {
  4. if using2.Spam(37) != 37 {
  5. panic(0)
  6. }
  7. }