func TestWriteHeapDumpNonempty(t *testing.T) { … } type Obj … func objfin(x *Obj) { … } func TestWriteHeapDumpFinalizers(t *testing.T) { … } type G … type I … //go:noinline func (g G[T]) M() { … } var dummy … var dummy2 … func TestWriteHeapDumpTypeName(t *testing.T) { … }