func TestBasicKindsArePrimitive(t *testing.T) { … } func TestPointersArePrimitive(t *testing.T) { … } func AssertPrimitive(t *testing.T, typ types.Type) { … } func TestComponentErrors(t *testing.T) { … } func TestComponentErrorChaining(t *testing.T) { … } func TestComponentDeconstruction(t *testing.T) { … }