test_1 Program

Uses

  • program~~test_1~~UsesGraph program~test_1 test_1 module~forcompile forcompile program~test_1->module~forcompile

Contents

Source Code


Variables

Type Attributes Name Initial
type(compiler_explorer) :: ce

Source Code

program test_1

   use forcompile, only: compiler_explorer
   implicit none
   type(compiler_explorer) :: ce

   call ce%list_languages()

end program test_1