1use work.a.all;
2
3package b is
4
5  type type_b is record
6    something : type_a;
7  end record;
8
9end package;
10
11