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