Skip 30_threads/future/members/poll.cc on hppa*-*-linux*
[official-gcc.git] / gcc / testsuite / gnat.dg / prot3.adb
blob2539065923835be02709e7d9df5e869e8334846a
1 -- { dg-do run }
3 with Prot3_Pkg; use Prot3_Pkg;
5 procedure Prot3 is
6 begin
7 P.Foo (4);
8 end;