aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0114/hello.vhdl
blob: d1a5162294fecf3df085b8cbd0ef003c31806b57 (plain)
1
2
3
4
5
6
7
8
entity hello is
end hello;

use work.pkg.all;
architecture behav of hello is
begin
  say_hello;
end behav;