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