blob: 4310818275fe89c2b955b33fba2e12c73798135e [file] [log] [blame]
package main
import . "swigtests/using_protected"
func main() {
f := NewFooBar()
f.SetX(3)
if f.Blah(4) != 4 {
panic("blah(int)")
}
}