aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/examples/comments/enum_fail.vhdl
blob: 51ebfac868294aa34a8170409d2122dad83f1271 (plain)
1
2
3
4
package p is
  --  Comment
  type state_t is (s1, s2, s3);
end p;