blob: 2b67c2efa3cf8b3e23445e0d67b7e4842ade869f [file] [log] [blame]
//go:build OMIT
package main
import "fmt"
func main() {
defer fmt.Println("world")
fmt.Println("hello")
}