aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1837/repro.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/issue1837/repro.vhdl')
-rw-r--r--testsuite/gna/issue1837/repro.vhdl10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/gna/issue1837/repro.vhdl b/testsuite/gna/issue1837/repro.vhdl
new file mode 100644
index 000000000..83182f873
--- /dev/null
+++ b/testsuite/gna/issue1837/repro.vhdl
@@ -0,0 +1,10 @@
+entity e is
+end entity;
+
+architecture a of e is
+begin
+ end: std.env.stop;
+end architecture;
+
+package p is
+end package;