blob: 9398f778d7168b9bcbcf474895261c956d9dffef [file]
package cgonested
// int bar();
import "C"
func Bar() int {
return int(C.bar())
}