]> Cypherpunks.ru repositories - gostls13.git/commit
test: add test that caused gofrontend crash
authorIan Lance Taylor <iant@golang.org>
Sat, 25 Jun 2022 00:13:30 +0000 (17:13 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 27 Jun 2022 16:12:51 +0000 (16:12 +0000)
commit155612a9b981eb32b2312659409fc46bac535c90
treed8d7d152eb56a218f8abd1f9bb8b1f6129811d56
parenta861eee51ad897807df7968b32c823dbad37276e
test: add test that caused gofrontend crash

The gofrontend crashed importing a complex 0 constant.

For #52862

Change-Id: Ia87d8eadb9c5ddf51e1cd65c1a626f05f0d068d4
Reviewed-on: https://go-review.googlesource.com/c/go/+/413980
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
test/fixedbugs/issue52862.dir/a.go [new file with mode: 0644]
test/fixedbugs/issue52862.dir/b.go [new file with mode: 0644]
test/fixedbugs/issue52862.go [new file with mode: 0644]