        MODULE myStructModule
         TYPE myStruct
          INTEGER :: i;
          REAL    :: f;
         END TYPE myStruct
        END MODULE

