PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / gnat.dg / interface5.adb
blob65d19a6cb73b907bfd4eb8ebfb8a10e1ab395c23
1 -- { dg-do compile }
2 -- { dg-options "-gnatws" }
3 package body interface5 is
4 function F (Object : Child) return access Child is
5 begin
6 return null;
7 end F;
8 end interface5;