aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/ref_type.adb
blob: 3d36b96ff9628792f0efb66bf55c36bad28e682c (plain)
1
2
3
4
5
6
7
8
9

--  { dg-do compile }

package body ref_type is
  procedure Print (X : T) is                                   
  begin                                                        
     null;
  end;
end ref_type;