8 lines
85 B
Go
8 lines
85 B
Go
package main
|
|
|
|
import "swigtests/extern_c"
|
|
|
|
func main() {
|
|
extern_c.RealFunction(2)
|
|
}
|