aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug08/paren3.vhdl
blob: 213b24eb6c91730f82e41f53579d5e5dacaa551e (plain)
1
2
3
4
5
6
7
8
9
10
entity paren3 is
end paren3;

architecture behav of paren3
is
  subtype a is integer;
  constant b : real := 3.15;
begin
  assert a(b) = 3;
end behav;