blob: e4f48ab29f508b78c0e13b943a0ef91dbb423b22 [file] [log] [blame]
// +build ignore,OMIT
package main
import "fmt"
func main() {
fmt.Println("Hello, 世界")
}