aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue478/repro4.vhdl
blob: a32c72287ba0ea01fa0b4f8bfb38999e9c7f7477 (plain)
1
2
3
4
5
6
7
8
9
10
entity repro4 is
end;

architecture behav of repro4 is
begin
   process
   begin
    "foo" (true, false);
   end process;
end;