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