summaryrefslogtreecommitdiffstats
path: root/Tests/FortranOnly/testf.f
blob: 4909181084f86ee6140dd8b916b742c6dc338d79 (plain)
1
2
3
4
5
6
	PROGRAM TESTF

	CALL HELLO()
	CALL WORLD()

	END
years 3.6[3.6] bpo-31178: Mock os.waitpid() in test_subprocess (GH-3896) (#3897)Miss Islington (bot)7 years benjamin-clangcloses bpo-31696: don't mention GCC in sys.version when building with clangBenjamin Peterson7 years benjamin-iteration-torturebpo-31530: stop crashes when iterating over a file on multiple threadsBenjamin Peterson7 years buildbot-custombpo-5885: add Misc/NEWS entryIgor Galić7 years masterbpo-38614: Use support timeout constants (GH-17572)Victor Stinner5 years