1 2 3 4 5 6 7 8 9 10
// +build windows package main //export Dummy func Dummy() int { return 42 } func main() {}