aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/const.vhdl
blob: 75e22ab515bfd299c9b84f6d4b414e62f7d055e2 (plain)
1
2
3
4
package p is
  --  Comment for the decl :c1:
  constant c1 : natural := 3;
end p;