aboutsummaryrefslogtreecommitdiff
path: root/test/bugs/bug033.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/bugs/bug033.go')
-rw-r--r--test/bugs/bug033.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/bugs/bug033.go b/test/bugs/bug033.go
deleted file mode 100644
index 603a4aa915..0000000000
--- a/test/bugs/bug033.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// 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.
-
-// $G $D/$F.go && echo BUG: compilation succeeds incorrectly
-
-package main
-
-type Iputs interface {
- puts func(s string); // BUG no func allowed
-}