blob: 6816ad95a654d476314cc9d215d493472057ab06 [file] [log] [blame]
-- { dg-do compile }
package body Remote_Call_Iface is
procedure Proc is begin null; end;
begin
Proc;
end Remote_Call_Iface;