aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/sig_2.vhdl
blob: c825a41e533029b8467df8ec442c125e25e50140 (plain)
1
2
3
4
5
6
architecture arch of ent is
  signal s1 : bit;  --  comment for :s1:
  --  Also for :s1:
  signal s2: natural;
begin
end arch;