aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/sanity/002hello2008/err93.vhdl
blob: f33ec4c7fb175569a373b93ee8aeacef5d9b3b7a (plain)
1
2
3
4
5
6
7
8
9
10
entity err93 is
end err93;

architecture behav of err93 is
begin
  process (all) is
  begin
    report "not valid in vhdl-93" severity note;
  end process;
end behav;