aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/sanity/001hello87/err87.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/sanity/001hello87/err87.vhdl')
-rw-r--r--testsuite/sanity/001hello87/err87.vhdl11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/sanity/001hello87/err87.vhdl b/testsuite/sanity/001hello87/err87.vhdl
new file mode 100644
index 000000000..e918352ce
--- /dev/null
+++ b/testsuite/sanity/001hello87/err87.vhdl
@@ -0,0 +1,11 @@
+entity err87 is
+end err87;
+
+architecture behav of err87 is
+begin
+ process
+ begin
+ report "not valid in vhdl-87" severity note;
+ wait;
+ end process;
+end behav;