summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/controlled4.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gnat.dg/controlled4.adb')
-rw-r--r--gcc/testsuite/gnat.dg/controlled4.adb9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/testsuite/gnat.dg/controlled4.adb b/gcc/testsuite/gnat.dg/controlled4.adb
new file mode 100644
index 000000000..b823cc9f4
--- /dev/null
+++ b/gcc/testsuite/gnat.dg/controlled4.adb
@@ -0,0 +1,9 @@
+-- { dg-do compile }
+
+package body controlled4 is
+ procedure Test_Suite is
+ begin
+ Add_Test
+ (new Test_Case'(Test_Case1 with Link_Under_Test => 300));
+ end Test_Suite;
+end;