aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug20767/xilname.vhdl
blob: 0b0c36a8820f9c447894aaa09b652ef8da50af30 (plain)
1
2
3
4
5
6
7
8
9
10
11
package xilnames is

  type state is (state1, state2, state3);

end xilnames;

use work.xilnames.all;
package xilname1 is

  constant state1 : state := state1;
end xilname1;