blob: b28551807d663b885f3ff0e167651869367be5c3 [file] [log] [blame]
Dan Willemsen0c157092016-07-08 13:57:52 -07001// Copyright 2010 The Go Authors. All rights reserved.
Colin Cross7bb052a2015-02-03 12:59:37 -08002// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5package p1
6
7type T <-chan int
8var x = make(chan T)
9