PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gnat.dg / opt61_pkg.ads
blobffc5634fad91d853aa63e8a65aa766e0791070ea
1 with Interfaces;
3 package Opt61_Pkg is
5 subtype Int64 is Interfaces.Integer_64;
7 procedure Double_Divide
8 (X, Y, Z : Int64;
9 Q, R : out Int64;
10 Round : Boolean);
12 end Opt61_Pkg;