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