OSDN Git Service

* trans.c (gnat_to_gnu) <N_Validate_Unchecked_Conversion>: Account
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / inline_scope_p.adb
1 package body inline_scope_p is
2    procedure Assert (Expr : Boolean; Str : String) is
3    begin   
4       if Expr then
5          null;   
6       end if; 
7    end Assert; 
8 end;