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