Files

9 lines
96 B
Go
Raw Permalink Normal View History

package main
import . "swigtests/overload_copy"
func main() {
f := NewFoo()
_ = NewFoo(f)
}