aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug19195/top.vhdl
blob: fb1f4c702756546637fc8afe5cd94b872a1fb8e5 (plain)
1
2
3
4
5
6
7
entity top is
end top;

use work.test_pkg;
architecture behav of top is
begin
end behav;