test_4 Program

Uses

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

Contents

Source Code


Variables

Type Attributes Name Initial
type(compiler_explorer) :: ce

Source Code

program test_4

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

   call ce%list_libraries()

end program test_4