package main import "fmt" // cc:main function func main() { fmt.Println("hello world") }