/trunk/Examples/test-suite/go/extend_template_runme.go
# · Go · 14 lines · 11 code · 3 blank · 0 comment · 4 complexity · 49b636c6bb4226f9b589a8ed46e63db9 MD5 · raw file
- package main
- import "./extend_template"
- func main() {
- f := extend_template.NewFoo_0()
- if f.Test1(37) != 37 {
- panic(0)
- }
- if f.Test2(42) != 42 {
- panic(0)
- }
- }