entity ent is
end entity;

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