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