aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0117/repro2.vhdl
blob: 6a32765bcfb9b42d2915e90080753fd197dfc4b0 (plain)
1
2
3
4
5
6
package repro2 is
  type rec1 is record
    wr : bit;
    dat : bit_vector(7 downto 0);
  end record;
end repro2;