blob: 2cafec8473749387da4063b1580c4739b98ef700 [file] [log] [blame]
package main
func main() {
c := make(chan int)
<-c
}