6 lines
63 B

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