aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2116/aspect02.vhdl
blob: 22830d6ba7cf43d1f4084c5a1ba0273586712311 (plain)
1
2
3
4
5
6
7
entity tb is
end entity;

architecture h of tb is
begin
  t:entity k't port map(0);
end architecture;