blob: 57907c547b5bca33e00e8131c22b944406ac9879 [file]
// +build ignore,OMIT
package main
func main() int {
print "hello, world\n";
return 0;
}