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