summaryrefslogtreecommitdiff
path: root/test/test0.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/test0.go')
-rw-r--r--test/test0.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test0.go b/test/test0.go
index 9e2021485..f42b12b3c 100644
--- a/test/test0.go
+++ b/test/test0.go
@@ -58,12 +58,14 @@ func control_structs() {
var p *Point = new(Point).Initialize(2, 3);
i := p.Distance();
var f float = 0.3;
+ _ = f;
for {}
for {};
for j := 0; j < i; j++ {
if i == 0 {
} else i = 0;
var x float;
+ _ = x;
}
foo: // a label
var j int;