PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / gnat.dg / elab3_pkg.adb
blob76616d00eafc32010cde252c41e3244e9f33aa33
1 package body Elab3_Pkg is
2 procedure Elaborator is
3 begin
4 Proc;
5 end Elaborator;
7 begin
8 if Elaborate then
9 Elaborator;
10 end if;
11 end Elab3_Pkg;