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

architecture beh of ent is
  function test
	return time is
  begin
	return now;
  end function;
begin
end architecture beh;