boolean, sizeofstring: update after talking with x/tools folks

This commit is contained in:
2025-08-27 22:49:18 -04:00
parent 95e06f326d
commit 86f0b6c785
5 changed files with 13 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
//go:build ignore
// step2.go
package bocchi
package main
import "unsafe"
@@ -11,3 +11,5 @@ type Bocchi struct {
}
var _ [0]struct{} = [unsafe.Sizeof(Bocchi{}) - 16]struct{}{}
func main() {}