You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2:16: error: The interface for procedure 'proc' has already been declared
procedure() :: proc
^^^^
./t.f:2:16: Declaration of 'proc'
procedure() :: proc
^^^^
It seems incorrect. This code should be equivalent to procedure(integer) :: proc.