PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / gnat.dg / lto13.adb
blob7c7fe16043fdcc1013b8775cc176232ec8c6d541
1 -- { dg-do link }
2 -- { dg-options "-g -flto" { target lto } }
4 with Lto13_Pkg; use Lto13_Pkg;
6 procedure Lto13 is
7 begin
8 Proc;
9 end;