diff options
Diffstat (limited to 'test/nil.go')
-rw-r--r-- | test/nil.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/nil.go b/test/nil.go index 1aef54ba9..d35309615 100644 --- a/test/nil.go +++ b/test/nil.go @@ -32,4 +32,6 @@ func main() { i = nil; ta = make([]IN, 1); ta[0] = nil; + + _, _, _, _, _, _, _, _ = i, f, s, m, c, t, in, ta; } |