aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue521/tieee.vhdl
blob: 4bbc4846016610fa144ab2e213c3439a1226efe2 (plain)
1
2
3
4
5
6
7
8
9
10
library ieee;
use ieee.pkg.all;

entity tieee is
end;

architecture behav of tieee is
begin
  assert cst = 5 severity failure;
end behav;