bolt/deps/llvm-18.1.8/flang/test/Driver/Inputs/ieee_arithmetic.mod
2025-02-14 19:21:04 +01:00

7 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