aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/examples/comments/pkg_inside_fail.vhdl
blob: 4b2b9e653ae4548b86ef16249a2745200a2d2558 (plain)
1
2
3
4
5
package p2 is
  -- comments in design units (python doc-string style) :fail:

  constant c : natural := 5;
end package;