aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/const.vhdl
blob: 85f347d5978b130f339cec0b275c5c375e245b7d (plain)
1
2
3
4
5
6
7
package p is

  constant c : natural := 1;

  --  Comment for the decl :c1:
  constant c1 : natural := 3;
end p;