remove unused files
[platform/upstream/gcc48.git] / gcc / testsuite / gnat.dg / inline_scope_p.ads
1 package inline_scope_p is
2     procedure Assert (Expr : Boolean; Str : String);
3     pragma Inline (Assert);
4 end;