DEBSOURCES
Skip Quicknav
sources / renderdoc / 1.2%2Bdfsg-2 / swig / Examples / test-suite / go / using_protected_runme.go
123456789101112
package main import . "./using_protected" func main() { f := NewFooBar() f.SetX(3) if f.Blah(4) != 4 { panic("blah(int)") } }