aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/examples/comments/element_4.vhdl
blob: 57f5ea16b1c32f0ba983f82dee230bf554152c39 (plain)
1
2
3
4
5
6
7
package p is
  type rec is record
    a : bit; --  Comment for :a:
    --  Also for :a:
    b : bit;
  end record;
end p;