aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/arch_inside.vhdl
blob: 9e2184df34ed06a8f9e6f7da52aa2f6cc7e1d3dd (plain)
1
2
3
4
5
6
architecture a2 of e2 is
  -- comments in design units (python doc-string style) :a2:
    --:a2: might be multi line
begin

end architecture;