aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/sanity/002hello2008/hello.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/sanity/002hello2008/hello.vhdl')
-rw-r--r--testsuite/sanity/002hello2008/hello.vhdl7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/sanity/002hello2008/hello.vhdl b/testsuite/sanity/002hello2008/hello.vhdl
new file mode 100644
index 000000000..792aae2bd
--- /dev/null
+++ b/testsuite/sanity/002hello2008/hello.vhdl
@@ -0,0 +1,7 @@
+entity hello is
+end hello;
+
+architecture behav of hello is
+begin
+ assert false report "Hello VHDL world" severity note;
+end behav;