package comments
var p bool
//@complete(re"$")
func _() {
var a int
switch a {
case 1:
_ = a
}
var b chan int
select {
case <-b:
_ = b
var (
)