diff options
Diffstat (limited to 'testsuite/gna/bug090/hang2.vhdl')
-rw-r--r-- | testsuite/gna/bug090/hang2.vhdl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/gna/bug090/hang2.vhdl b/testsuite/gna/bug090/hang2.vhdl new file mode 100644 index 000000000..7bdad9613 --- /dev/null +++ b/testsuite/gna/bug090/hang2.vhdl @@ -0,0 +1,7 @@ +entity hello is +disconnect + +architecture behav of hello is +begin + assert false report "Hello world" severity note; +end behav; |