PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / gnat.dg / lto22.adb
blob6478b78bb76f25b46f0d15909af2f967eb915900
1 -- { dg-do run }
2 -- { dg-options "-g -flto" { target lto } }
4 with Lto22_Pkg1;
6 procedure Lto22 is
7 begin
8 null;
9 end;