1 2 3 4 5 6 7
-- { dg-do compile } package body Remote_Call_Iface is procedure Proc is begin null; end; begin Proc; end Remote_Call_Iface;