blob: 0fb5b21cc9010c3612c366054018bd10cf896034 [file] [log] [blame]
package main
import "./extern_c"
func main() {
extern_c.RealFunction(2)
}