blob: 92562dd4bf0df6c5d24fbab5d919f399ea2d6c17 [file] [log] [blame]
package main
// void bar();
import "C"
func main() {
C.bar()
}