diff options
Diffstat (limited to 'testsuite/pyunit/libghdl/element_3.vhdl')
-rw-r--r-- | testsuite/pyunit/libghdl/element_3.vhdl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/pyunit/libghdl/element_3.vhdl b/testsuite/pyunit/libghdl/element_3.vhdl new file mode 100644 index 000000000..22f20349e --- /dev/null +++ b/testsuite/pyunit/libghdl/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; |