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;