aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue586/bug.vhdl
blob: 5c0ec527283013dcea8bd6aa96e35c9b00654125 (plain)
1
2
3
4
5
6
use work.bug_pkg.t_zero_one;            -- .all works
entity bug is
  generic (
    test : t_zero_one := zero
    );
end entity bug;