Files

8 lines
85 B
Go
Raw Permalink Normal View History

package main
import "swigtests/extern_c"
func main() {
extern_c.RealFunction(2)
}