OSDN Git Service

2010-01-21 Martin Jambor <mjambor@suse.cz>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / ref_type.adb
1
2 --  { dg-do compile }
3
4 package body ref_type is
5   procedure Print (X : T) is                                   
6   begin                                                        
7      null;
8   end;
9 end ref_type;