diff options
Diffstat (limited to 'testsuite/pyunit/libghdl/examples/comments/const.vhdl')
-rw-r--r-- | testsuite/pyunit/libghdl/examples/comments/const.vhdl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/pyunit/libghdl/examples/comments/const.vhdl b/testsuite/pyunit/libghdl/examples/comments/const.vhdl new file mode 100644 index 000000000..75e22ab51 --- /dev/null +++ b/testsuite/pyunit/libghdl/examples/comments/const.vhdl @@ -0,0 +1,4 @@ +package p is + -- Comment for the decl :c1: + constant c1 : natural := 3; +end p; |