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