Update to copy of current master Go testsuite.
[official-gcc.git] / gcc / testsuite / go.test / test / fixedbugs / bug479.dir / a.go
blob5ff3bef1d16241f66590d5da40cb0df5fba7631e
1 // Copyright 2013 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 package p
7 import "unsafe"
9 type S2 struct {}
11 const C = unsafe.Sizeof(S2{})
13 type S1 struct {