From 14396514c4822239dfdd18dd42d43c75ec9c60ae Mon Sep 17 00:00:00 2001
From: Tristan Gingold <gingold@adacore.com>
Date: Sat, 10 Sep 2016 06:43:02 +0100
Subject: Add testcase for generic packages.

---
 testsuite/gna/bug055/gen2.vhdl | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 testsuite/gna/bug055/gen2.vhdl

(limited to 'testsuite/gna/bug055/gen2.vhdl')

diff --git a/testsuite/gna/bug055/gen2.vhdl b/testsuite/gna/bug055/gen2.vhdl
new file mode 100644
index 000000000..e7c7efe1a
--- /dev/null
+++ b/testsuite/gna/bug055/gen2.vhdl
@@ -0,0 +1,5 @@
+package gen2 is
+  generic (package pkg is new work.gen1 generic map (<>));
+
+  function get2 return natural;
+end gen2;
-- 
cgit v1.2.3