gdb/fortran: Add new 'info modules' command
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.fortran / info-types.f90
index 0e27e1ddf088f16919b6ffde3848c0fe6983ba06..ec52ef98efc9973ff3d03b60390bc9e355587200 100644 (file)
@@ -21,6 +21,7 @@ end module mod1
 
 program info_types_test
   use mod1
+  use mod2
 
   type :: s1
      integer :: a
@@ -30,7 +31,7 @@ program info_types_test
   type (s1) :: var_a
   type (m1t1) :: var_b
 
-  var_a%a = 1
+  var_a%a = 1 + mod2_var_1
   var_b%b = 2
   l = .FALSE.
 end program info_types_test
This page took 0.026445 seconds and 4 git commands to generate.