type fileTest … var fileTests … func isOptHdrEq(a, b any) bool { … } func TestOpen(t *testing.T) { … } func TestOpenFailure(t *testing.T) { … } const linkNoCgo … const linkCgoDefault … const linkCgoInternal … const linkCgoExternal … func getImageBase(f *File) uintptr { … } func testDWARF(t *testing.T, linktype int) { … } func TestBSSHasZeros(t *testing.T) { … } func TestDWARF(t *testing.T) { … } const testprog … func TestBuildingWindowsGUI(t *testing.T) { … } func TestImportTableInUnknownSection(t *testing.T) { … } func TestInvalidOptionalHeaderMagic(t *testing.T) { … } func TestImportedSymbolsNoPanicMissingOptionalHeader(t *testing.T) { … } func TestImportedSymbolsNoPanicWithSliceOutOfBound(t *testing.T) { … }