summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug023.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug023.go')
-rw-r--r--test/fixedbugs/bug023.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixedbugs/bug023.go b/test/fixedbugs/bug023.go
index cce8c4543..b3d3d4a3c 100644
--- a/test/fixedbugs/bug023.go
+++ b/test/fixedbugs/bug023.go
@@ -22,6 +22,7 @@ func (i *TInt) TypeName() string {
func main() {
var t Type;
t = nil;
+ _ = t;
}
/*