aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/enum.vhdl
blob: 72c4602694c6a27dcc4617bd635f5ccf4efaf159 (plain)
1
2
3
4
5
6
package p is
  constant c : natural := 1;

  --  Comment for :state_t:
  type state_t is (s1, s2, s3);
end p;