func path(file string) string { … } func check(t *testing.T, file string) { … } func expect(t *testing.T, errors []*regexp.Regexp, files ...string) { … } func sizeofLongDouble(t *testing.T) int { … } func TestReportsTypeErrors(t *testing.T) { … } func TestToleratesOptimizationFlag(t *testing.T) { … } func TestMallocCrashesOnNil(t *testing.T) { … } func TestNotMatchedCFunction(t *testing.T) { … } func TestIncompatibleDeclarations(t *testing.T) { … }