PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / gnat.dg / opt24.ads
blob093d2d7ed1a3f181d9014d8d0e55089643de575e
1 with Opt23_Pkg; use Opt23_Pkg;
3 package Opt24 is
5 procedure Proc (Driver : Rec);
7 end Opt24;