diff options
Diffstat (limited to 'gcc/testsuite/gnat.dg/controlled5.adb')
-rw-r--r-- | gcc/testsuite/gnat.dg/controlled5.adb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/testsuite/gnat.dg/controlled5.adb b/gcc/testsuite/gnat.dg/controlled5.adb new file mode 100644 index 000000000..4c54249d4 --- /dev/null +++ b/gcc/testsuite/gnat.dg/controlled5.adb @@ -0,0 +1,9 @@ +-- { dg-do run } + +with Controlled5_Pkg; use Controlled5_Pkg; + +procedure Controlled5 is + V : Root'Class := Dummy (300); +begin + null; +end; |