blob: e7c29c389da16ac99bcc8167cdb2fa04107d0654 [file] [log] [blame]
// +build OMIT
package main
import "fmt"
var V int
func F() { fmt.Printf("Hello, number %d\n", V) }