aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/ticket64/file.vhdl
blob: 281bc7a0738122da60cfd5d6e6e7adfb852af315 (plain)
1
2
3
4
5
6
7
8
9
10
11
entity ent is
end entity;

architecture a of ent is
begin
  main : process is
  begin
    report to_string(1);
    wait;
  end process;
end architecture;