2017-09-26 Thomas Koenig <tkoenig@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gnat.dg / opt64_pkg.ads
blobe4b09fcc0269985ee326dd92d7f95f303745a1d5
1 package Opt64_PKG is
2 type Hash is new string (1 .. 1);
3 Last_Hash : Hash;
5 procedure Encode (X : Integer);
6 end;