/tags/rel-2.0.2/Examples/test-suite/go/using1_runme.go
# · Go · 9 lines · 7 code · 2 blank · 0 comment · 2 complexity · 300313465fec3d9ff11af2107b854186 MD5 · raw file
- package main
- import "./using1"
- func main() {
- if using1.Spam(37) != 37 {
- panic(0)
- }
- }