aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/ticket55/bug1.vhdl
blob: 28e2b62e33e665f0b5d74c4082a3cc1a083fdef8 (plain)
1
2
3
4
5
6
package pkg is
-- function identifier return integer;
 procedure identifier;
 alias identifier_alias_fun is identifier[return integer];
-- alias identifier_alias_proc is identifier[];
end package;