xref: /llvm-project/flang/test/Driver/Inputs/ieee_arithmetic.mod (revision cd4abc5242c03804b3d88277b03b52215a899f75)
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