aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/element_3.vhdl
blob: 22f20349e72136fe65f76b52820b87344f936793 (plain)
1
2
3
4
5
6
package p is
  type rec is record
    a : bit; --  Comment for :a:
    b : bit; --  For :b:
  end record;
end p;