aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2006/filpkg.vhdl
blob: 5ba7d60d4f3f4ee0b4a0ddb25f924043075660a3 (plain)
1
2
3
4
5
6
package filpkg is
	type foo;
	type foo_acc is access foo;

	type foo is file of character;
end package filpkg;