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