blob: fad4a475b9b3d19db17e5d9be4b8fc876418039b [file] [log] [blame]
module ops
interface operator (*)
module procedure rat_mult
end interface
end module