aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2116/psl04.vhdl
blob: 8e5835cefc0869dae3c32b31f22c5358375bd45f (plain)
1
2
3
4
5
6
7
entity tb is
end;

architecture behav of tb is
begin
  assert 0!;
end behav;