diff options
Diffstat (limited to 'gcc/testsuite/gnat.dg/constant2_pkg1.ads')
-rw-r--r-- | gcc/testsuite/gnat.dg/constant2_pkg1.ads | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/testsuite/gnat.dg/constant2_pkg1.ads b/gcc/testsuite/gnat.dg/constant2_pkg1.ads new file mode 100644 index 000000000..8905d3064 --- /dev/null +++ b/gcc/testsuite/gnat.dg/constant2_pkg1.ads @@ -0,0 +1,7 @@ +with Constant2_Pkg2; use Constant2_Pkg2; + +package Constant2_Pkg1 is + + Val : constant Boolean := F1 and then F2; + +end Constant2_Pkg1; |