aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue857/test.vhdl
blob: 30e99c85eb36af0244d945a85eca654c68f17a51 (plain)
1
2
3
4
5
6
7
8
9
10
11
entity test is
end entity;

architecture tb of test is
begin
  process
  begin
    report to_string(3.0);
    wait;
  end process;
end architecture;