aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/iassoc01/pkg.vhdl
blob: 06b0a9718f91535f3ce41cc2ea1ba39aaf8dd000 (plain)
1
2
3
4
5
6
7
package pkg is
  type nat_rec is record
    a, b : natural;
  end record;

  type nat_arr is array (natural range <>) of natural;
end pkg;