Index: test/indirect1.go |
=================================================================== |
--- a/test/indirect1.go |
+++ b/test/indirect1.go |
@@ -4,6 +4,9 @@ |
// Use of this source code is governed by a BSD-style |
// license that can be found in the LICENSE file. |
+// Verify that illegal uses of indirection are caught by the compiler. |
+// Does not compile. |
+ |
package main |
var m0 map[string]int |