PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gnat.dg / remote_call_iface.adb
blob6816ad95a654d476314cc9d215d493472057ab06
1 -- { dg-do compile }
3 package body Remote_Call_Iface is
4 procedure Proc is begin null; end;
5 begin
6 Proc;
7 end Remote_Call_Iface;