blob: 8351310bb0fe37c43078f2c4511ac85b4f841b92 [file] [log] [blame]
integer function f(x, y) result(r)
intent ( in ) x , y
return 0
end function