diff options
Diffstat (limited to 'gcc/testsuite/gnat.dg/opt105_pkg.adb')
-rw-r--r-- | gcc/testsuite/gnat.dg/opt105_pkg.adb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/gnat.dg/opt105_pkg.adb b/gcc/testsuite/gnat.dg/opt105_pkg.adb new file mode 100644 index 0000000..e00de94 --- /dev/null +++ b/gcc/testsuite/gnat.dg/opt105_pkg.adb @@ -0,0 +1,6 @@ +package body Opt105_Pkg is + + function Cond1 return Boolean is (False); + function Cond2 return Boolean is (False); + +end Opt105_Pkg; |