aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0100/emptyrec.vhdl
blob: 7c771fb283ca93652ff5c1706d3356bb4e5e181f (plain)
1
2
3
4
5
6
7
8
9
10
11
entity emptyrec is
  port (
    clk_i           : in  bit
  );
end emptyrec;

architecture arch of emptyrec is
  type t_counter_config is record
  end record;
begin
end arch;