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