aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue141/e.vhdl
blob: 19bd2aa8b302a60abd6cf087ca7bd61e4d89d3d6 (plain)
1
2
3
4
5
6
entity e is end entity;
architecture a of e is
 signal s :boolean;
begin
 assert not s;
end architecture;