aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue636/e.vhdl
blob: df1b878032860e61b53dd26f3de139ccd5d7747f (plain)
1
2
3
4
5
entity e is
  function f(x:bit) return bit is begin return '0'; end function;
  attribute a :bit;
  constant  c :bit := f('0')'a;
end entity;