aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug099/repro.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/bug099/repro.vhdl')
-rw-r--r--testsuite/gna/bug099/repro.vhdl7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/gna/bug099/repro.vhdl b/testsuite/gna/bug099/repro.vhdl
new file mode 100644
index 000000000..4b53433bc
--- /dev/null
+++ b/testsuite/gna/bug099/repro.vhdl
@@ -0,0 +1,7 @@
+`entity fum is
+`end entity;
+`
+`architecture bul of fum is
+` begin
+` end architecture;
+```