diff options
Diffstat (limited to 'testsuite/gna/issue1066/hello.vhdl')
-rw-r--r-- | testsuite/gna/issue1066/hello.vhdl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/gna/issue1066/hello.vhdl b/testsuite/gna/issue1066/hello.vhdl new file mode 100644 index 000000000..d5d75840f --- /dev/null +++ b/testsuite/gna/issue1066/hello.vhdl @@ -0,0 +1,3 @@ +entity hello is + error; +end hello; |