summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug129.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug129.go')
-rw-r--r--test/fixedbugs/bug129.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fixedbugs/bug129.go b/test/fixedbugs/bug129.go
index f9f6dd031..d1e2d8b56 100644
--- a/test/fixedbugs/bug129.go
+++ b/test/fixedbugs/bug129.go
@@ -6,7 +6,9 @@
package foo
import "fmt"
+
func f() {
+ fmt.Println();
fmt := 1;
_ = fmt;
}