blob: 9726526d73e33450884b54307fa548941da01ab3 [file] [log] [blame]
// +build ignore,OMIT
package main
func main() {
c := make(chan int)
<-c
}