aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2116/attr1.vhdl
blob: b1b1082dd3f8946163ac26d0c1f1be14677990d4 (plain)
1
2
3
4
5
6
library ieee;use ieee.std_logic_1164;entity ghdlcrash is
port(a:std'u);end ghdlcrash;architecture h of g is--
function m(a:n)return l is
variable m:u;begin--
end function;begin
end architecture;