1--  { dg-do run }
2
3with Prot3_Pkg; use Prot3_Pkg;
4
5procedure Prot3 is
6begin
7   P.Foo (4);
8end;
9