summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug017.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug017.go')
-rw-r--r--test/fixedbugs/bug017.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixedbugs/bug017.go b/test/fixedbugs/bug017.go
index eedc6d7e2..fdc986d9d 100644
--- a/test/fixedbugs/bug017.go
+++ b/test/fixedbugs/bug017.go
@@ -8,6 +8,7 @@ package main
func main() {
var s2 string = "\a\b\f\n\r\t\v"; // \r is miscompiled
+ _ = s2;
}
/*
main.go.c: In function ‘main_main’: