aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue471/b.vhdl
blob: c1bf4affdb997cf7e283649e51bd75ae5bd799b8 (plain)
1
2
3
4
5
6
7
8
9
10
use work.a.all;

package b is

  type type_b is record
    something : type_a;
  end record;

end package;