PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / gnat.dg / opt8_pkg.ads
blob3e39f1177a2f9d6005f6f0ca94eb7780cf2133a2
1 with Opt8; use Opt8;
3 package Opt8_Pkg is
5 function Id_To_VN (Id: Value_Number_Id) return Value_Number;
7 end Opt8_Pkg;