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

architecture behav of tb is
  signal s : bit;
begin
  postponed assert s = 0;
end behav;