aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1057/pkg2.vhdl
blob: 3ca41a563c24f59d970b0cf601e0f84962d711d3 (plain)
1
2
3
4
5
6
7
-- Enum literals should be made implicitly visible here
use work.pkg.alias_t;

package pkg2 is
  -- Fails with no declaration for "alpha"
  constant c : alias_t := alpha;
end package;