]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/typeswitch.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / typeswitch.go
index aa911f9b621807dbf12f0f31f1814203a6d8db8e..30a4b4975fbb3afeb7a54e19bcf7b57df4d130ff 100644 (file)
@@ -1,9 +1,11 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
+// Test simple type switches, including chans, maps etc.
+
 package main
 
 import "os"