aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/line1.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/pyunit/libghdl/line1.vhdl')
-rw-r--r--testsuite/pyunit/libghdl/line1.vhdl4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/pyunit/libghdl/line1.vhdl b/testsuite/pyunit/libghdl/line1.vhdl
new file mode 100644
index 000000000..2a4ed11bc
--- /dev/null
+++ b/testsuite/pyunit/libghdl/line1.vhdl
@@ -0,0 +1,4 @@
+architecture arch of ent is
+ signal b1 : bit; -- Comment for :b1:
+begin
+end arch;