0
1
mirror of https://github.com/golang/go synced 2025-04-04 23:33:51 +00:00

test: add test of incorrect gofrontend error

For 

Change-Id: Ifad6e6f8de42121c695b5a4dc56e0f6606e2917e
Reviewed-on: https://go-review.googlesource.com/c/go/+/375796
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Trust: Than McIntosh <thanm@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
This commit is contained in:
Ian Lance Taylor
2022-01-05 20:22:15 -08:00
parent 7a3a2b18ff
commit ed84a8357c

@ -0,0 +1,13 @@
// compile
// Copyright 2022 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package p
var data []struct {
F string `tag`
}
var V = ([]struct{ F string })(data)