1
0
mirror of https://github.com/golang/go synced 2024-10-04 02:31:22 -06:00
go/test/fixedbugs/bug382.go

11 lines
148 B
Go

// $G $D/$F.dir/pkg.go && $G $D/$F.go || echo "Bug 382"
// Issue 2529
package main
import "./pkg"
var x = pkg.E
var fo = struct {F pkg.T}{F: x}