rt_gccstream/gcc/testsuite/gnat.dg/inline_scope_p.adb

9 lines
174 B
Ada

package body inline_scope_p is
procedure Assert (Expr : Boolean; Str : String) is
begin
if Expr then
null;
end if;
end Assert;
end;