PR target/84336
[official-gcc.git] / gcc / testsuite / gnat.dg / show_deques_priority.adb
blob614e825a957919a4e5f1482f95752093430d4876
1 -- { dg-do compile }
3 with Deques;
4 procedure Show_Deques_Priority is
5 use Deques;
7 PD : aliased P_Deque := Create;
9 begin
10 PD.Pop;
11 end Show_Deques_Priority;