aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0100/libparen.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/bug0100/libparen.vhdl')
-rw-r--r--testsuite/gna/bug0100/libparen.vhdl7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/gna/bug0100/libparen.vhdl b/testsuite/gna/bug0100/libparen.vhdl
new file mode 100644
index 000000000..357ef6b77
--- /dev/null
+++ b/testsuite/gna/bug0100/libparen.vhdl
@@ -0,0 +1,7 @@
+entity libparen is
+end libparen;
+
+architecture behav of libparen is
+ constant c : boolean := work(5);
+begin
+end behav;