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;