blob: 7c16792e2ee4e5abd98fe100cbfbaf5cb2f27dbf [file] [log] [blame]
// +build ignore,OMIT
package P
import "fmt"
func before(s string) { fmt.Printf("%s\n", s) }
func after(s string) { fmt.Println(s) }