OSDN Git Service

* tree-ssa-pre.c (create_component_ref_by_pieces_1) <ARRAY_REF>: Drop
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / limited_with.adb
1 -- { dg-do compile }
2
3 with Pack1;
4 package body limited_with is
5    procedure Print_2 (Obj : access Pack1.Nested.Rec_Typ) is
6    begin
7       null;
8    end;
9 end limited_with;