aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/remote_call_iface.adb
blob: 6816ad95a654d476314cc9d215d493472057ab06 (plain)
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;