aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue99/test.vhdl
blob: 9a1d291d89b2f6560786067db0749e9499bae9e8 (plain)
1
2
3
4
5
6
7
8
9
entity test is
end;

use work.pkg;
use work.mygpkg;
architecture behav of test is
begin
   assert mygpkg.test = 17;
end behav;