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