PR target/84336
[official-gcc.git] / gcc / testsuite / gnat.dg / inline_scope_p.ads
blobd05e3434ebb3edeaf16758a64d0a18a2bcb3b1fc
1 package inline_scope_p is
2 procedure Assert (Expr : Boolean; Str : String);
3 pragma Inline (Assert);
4 end;