[LLVM] Fix Maintainers.md formatting (NFC)
[llvm-project.git] / flang / test / Driver / Inputs / iso_fortran_env.mod
blob689297d52027b576f8f3b67c1733c65232bd7c3c
1 ! DUMMY module
2 ! Added for testing purposes. The contents of this file are currently not relevant.
3 module iso_fortran_env
4 use __fortran_builtins,only:event_type=>__builtin_event_type
5 use __fortran_builtins,only:lock_type=>__builtin_lock_type
6 use __fortran_builtins,only:team_type=>__builtin_team_type
7 end