go/src/cmd/compile/internal/types2/sizes_test.go

// findStructType typechecks src and returns the first struct type encountered.
func findStructType(t *testing.T, src string) *types2.Struct {}

func findStructTypeConfig(t *testing.T, src string, conf *types2.Config) *types2.Struct {}

// go.dev/issue/16316
func TestMultipleSizeUse(t *testing.T) {}

// go.dev/issue/16464
func TestAlignofNaclSlice(t *testing.T) {}

func TestIssue16902(t *testing.T) {}

// go.dev/issue/53884.
func TestAtomicAlign(t *testing.T) {}

type gcSizeTest

var gcSizesTests

func TestGCSizes(t *testing.T) {}