OSDN Git Service

* fold-const.c (make_range_step) <TRUTH_NOT_EXPR>: Bail out if the
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / controlled7.ads
1 with System.Storage_Elements; use System.Storage_Elements;
2
3 package Controlled7 is
4
5   procedure Proc (Offset : Storage_Offset);
6
7 end Controlled7;