aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug090/hang3.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/bug090/hang3.vhdl')
-rw-r--r--testsuite/gna/bug090/hang3.vhdl6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/gna/bug090/hang3.vhdl b/testsuite/gna/bug090/hang3.vhdl
new file mode 100644
index 000000000..44c7b5541
--- /dev/null
+++ b/testsuite/gna/bug090/hang3.vhdl
@@ -0,0 +1,6 @@
+entity hello is
+end hello;
+
+architecture behav of hello is
+begin
+ assert false report "Hello world" severity note;with behav;