aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1480/file2.vhdl
blob: 1a53284ac9b2266995eed40d15e83fc7e4a6b8b4 (plain)
1
2
3
4
5
6
7
8
entity e is
    port (clk : std_logic);
end entity;

architecture a of e is
begin
    assert rising_edge(clk);
end architecture;