Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git] / gcc / testsuite / go.test / test / fixedbugs / bug295.go
blobfec2351f31b99e1ff597c92abd62113e8157f481
1 // $G $D/$F.go && $L $F.$A && ./$A.out
3 // Copyright 2010 The Go Authors. All rights reserved.
4 // Use of this source code is governed by a BSD-style
5 // license that can be found in the LICENSE file.
7 package main
9 import . "testing" // defines top-level T
11 type S struct {
12 T int
15 func main() {
16 _ = &S{T: 1} // should work