diff options
Diffstat (limited to 'gcc/testsuite/gnat.dg/prot2_pkg1.ads')
-rw-r--r-- | gcc/testsuite/gnat.dg/prot2_pkg1.ads | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/gnat.dg/prot2_pkg1.ads b/gcc/testsuite/gnat.dg/prot2_pkg1.ads new file mode 100644 index 000000000..2e71aacfc --- /dev/null +++ b/gcc/testsuite/gnat.dg/prot2_pkg1.ads @@ -0,0 +1,5 @@ +package Prot2_Pkg1 is + + function Num return Natural; + +end Prot2_Pkg1; |