aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/enumlit_fail.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/pyunit/libghdl/enumlit_fail.vhdl')
-rw-r--r--testsuite/pyunit/libghdl/enumlit_fail.vhdl8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/pyunit/libghdl/enumlit_fail.vhdl b/testsuite/pyunit/libghdl/enumlit_fail.vhdl
new file mode 100644
index 000000000..36a200402
--- /dev/null
+++ b/testsuite/pyunit/libghdl/enumlit_fail.vhdl
@@ -0,0 +1,8 @@
+package p is
+ type state_t is
+ (
+ -- Comment
+ s1,
+ s2,
+ s3);
+end p;