aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1055/crash_tb.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/issue1055/crash_tb.vhdl')
-rw-r--r--testsuite/gna/issue1055/crash_tb.vhdl7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/gna/issue1055/crash_tb.vhdl b/testsuite/gna/issue1055/crash_tb.vhdl
new file mode 100644
index 000000000..e6c770fec
--- /dev/null
+++ b/testsuite/gna/issue1055/crash_tb.vhdl
@@ -0,0 +1,7 @@
+entity crash_Tb is
+end;
+
+use work.crash_pkg.all;
+architecture behav of crash_tb is
+begin
+end behav;