aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue965/test_block.vhdl
blob: 508eb8a70ce93fc99abec094433b175103f9a066 (plain)
1
2
3
4
5
6
7
8
9
10
11
entity test_block is
end entity test_block;

architecture rtl of test_block is
begin

  Formal : block is
  begin
  end block Formal;

end architecture rtl;