Files
errors-my-beloved/sizeofstring/step2.go
2025-08-27 08:48:19 -04:00

14 lines
169 B
Go

//go:build ignore
// step2.go
package bocchi
import "unsafe"
type Bocchi struct {
x uint32
y uint64
}
var _ [0]struct{} = [unsafe.Sizeof(Bocchi{}) - 16]struct{}{}