test_5 Program

Uses

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

Contents

Source Code


Variables

Type Attributes Name Initial
type(compiler_explorer) :: ce

Source Code

program test_5

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

   call ce%list_libraries(language_id='fortran')

end program test_5