aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/examples/comments/enumlit_1.vhdl
blob: c9b923051b228557c98d35945bac363e3d8cdf59 (plain)
1
2
3
4
5
6
7
8
package p is
  type state_t is
    (
      --  Comment for :s1:
      s1,
      s2,
      s3);
end p;