This reverts commit 7675fc79c802cf7f6a95660f6ee59bf6cb62102f. Requested in PR: https://github.com/llvm/llvm-project/pull/169638#issuecomment-3634227707
8 lines
186 B
Modula-2
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
|