aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/examples/comments/element_3.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/pyunit/libghdl/examples/comments/element_3.vhdl')
-rw-r--r--testsuite/pyunit/libghdl/examples/comments/element_3.vhdl6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/pyunit/libghdl/examples/comments/element_3.vhdl b/testsuite/pyunit/libghdl/examples/comments/element_3.vhdl
new file mode 100644
index 000000000..22f20349e
--- /dev/null
+++ b/testsuite/pyunit/libghdl/examples/comments/element_3.vhdl
@@ -0,0 +1,6 @@
+package p is
+ type rec is record
+ a : bit; -- Comment for :a:
+ b : bit; -- For :b:
+ end record;
+end p;