1
0
mirror of https://github.com/golang/go synced 2024-11-08 12:16:15 -07:00
go/test/fixedbugs/bug507.dir/c.go

10 lines
206 B
Go
Raw Normal View History

// Copyright 2020 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 b
import "./a"
var V1 = a.S{I: nil}