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