initial commit
This commit is contained in:
13
sizeofstring/step2.go
Normal file
13
sizeofstring/step2.go
Normal file
@@ -0,0 +1,13 @@
|
||||
//go:build ignore
|
||||
|
||||
// step2.go
|
||||
package bocchi
|
||||
|
||||
import "unsafe"
|
||||
|
||||
type Bocchi struct {
|
||||
x uint32
|
||||
y uint64
|
||||
}
|
||||
|
||||
var _ [0]struct{} = [unsafe.Sizeof(Bocchi{}) - 16]struct{}{}
|
Reference in New Issue
Block a user