aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/element_4.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/pyunit/libghdl/element_4.vhdl')
-rw-r--r--testsuite/pyunit/libghdl/element_4.vhdl7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/pyunit/libghdl/element_4.vhdl b/testsuite/pyunit/libghdl/element_4.vhdl
new file mode 100644
index 000000000..57f5ea16b
--- /dev/null
+++ b/testsuite/pyunit/libghdl/element_4.vhdl
@@ -0,0 +1,7 @@
+package p is
+ type rec is record
+ a : bit; -- Comment for :a:
+ -- Also for :a:
+ b : bit;
+ end record;
+end p;