aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/examples/comments/sig_2.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/pyunit/libghdl/examples/comments/sig_2.vhdl')
-rw-r--r--testsuite/pyunit/libghdl/examples/comments/sig_2.vhdl6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/pyunit/libghdl/examples/comments/sig_2.vhdl b/testsuite/pyunit/libghdl/examples/comments/sig_2.vhdl
new file mode 100644
index 000000000..c825a41e5
--- /dev/null
+++ b/testsuite/pyunit/libghdl/examples/comments/sig_2.vhdl
@@ -0,0 +1,6 @@
+architecture arch of ent is
+ signal s1 : bit; -- comment for :s1:
+ -- Also for :s1:
+ signal s2: natural;
+begin
+end arch;