8 lines
92 B
Go
8 lines
92 B
Go
package main
|
|
|
|
import "swigtests/struct_rename"
|
|
|
|
func main() {
|
|
_ = struct_rename.NewBar()
|
|
}
|