Files
clang-p2996/flang/test/Driver/Inputs/ieee_arithmetic.mod
Arnamoy Bhattacharyya cd4abc5242 [flang][driver] Add -fintrinsic-modules-path option
Reviewed By: awarzynski

Differential Revision: https://reviews.llvm.org/D97080
2021-03-23 12:28:19 -04:00

8 lines
186 B
Modula-2

! DUMMY module
! Added for testing purposes. The contents of this file are currently not relevant.
module ieee_arithmetic
type::ieee_round_type
integer(1),private::mode=0_1
end type
end