PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / gnat.dg / pack20.adb
blob5ec3e93a68883d3dcc11ff6bb05a0d124ae164de
1 package body Pack20 is
3 procedure Proc (A : Rec) is
4 Local : Rec := A;
5 begin
6 Modify (Local.Fixed);
7 end;
9 end Pack20;