// +build plan9 package main func OnInterrupt(fn func()) {}
// +build plan9
package main
func OnInterrupt(fn func()) {
}