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
|