summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/tamdt_aux.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gnat.dg/tamdt_aux.ads')
-rw-r--r--gcc/testsuite/gnat.dg/tamdt_aux.ads9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/testsuite/gnat.dg/tamdt_aux.ads b/gcc/testsuite/gnat.dg/tamdt_aux.ads
new file mode 100644
index 000000000..d5cca103f
--- /dev/null
+++ b/gcc/testsuite/gnat.dg/tamdt_aux.ads
@@ -0,0 +1,9 @@
+
+package Tamdt_Aux is
+ type Priv (X : Integer) is private;
+private
+ type Priv (X : Integer) is null record;
+end;
+
+
+