aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1206/hello.vhdl
blob: 792aae2bd4809f2d5e486e0e73ef0640ad1e48dd (plain)
1
2
3
4
5
6
7
entity hello is
end hello;

architecture behav of hello is
begin
  assert false report "Hello VHDL world" severity note;
end behav;