package main /* #include void say_hello() { printf("hello\n"); } */ import "C" func main() { C.say_hello() }