aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/sanity/001hello87/err87.vhdl
blob: e918352cec943b2066b47839f259f0bd40de2be9 (plain)
1
2
3
4
5
6
7
8
9
10
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;