summaryrefslogtreecommitdiff
path: root/Tests/VSGNUFortran/subdir/fortran/world.f
blob: 0598eeea66bf0673e94bd631b1ac34b06003b34b (plain)
1
2
3
4
5
6
!DEC$ ATTRIBUTES DLLEXPORT :: WORLD
	SUBROUTINE WORLD

	PRINT *, 'World!'

	END