aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue984/tester.vhd
blob: 63ef279e2e936fd0ea430fea5e07020785ff6efa (plain)
1
2
3
4
5
6
7
8
9
entity tester is
end entity;

architecture a of tester is
    component check is
    end component;
begin
    checker: check;
end architecture;