OSDN Git Service

fix PR tag
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / constant2_pkg1.ads
1 with Constant2_Pkg2; use Constant2_Pkg2;
2
3 package Constant2_Pkg1 is
4
5   Val : constant Boolean := F1 and then F2;
6
7 end Constant2_Pkg1;