We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 142a8de commit 6dea0bdCopy full SHA for 6dea0bd
src/cmd/compile/internal/ir/sizeof_test.go
@@ -22,6 +22,7 @@ func TestSizeof(t *testing.T) {
22
}{
23
{Func{}, 184, 312},
24
{Name{}, 96, 160},
25
+ {miniExpr{}, 32, 48},
26
}
27
28
for _, tt := range tests {
0 commit comments