PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / gnat.dg / pure_function2.ads
blob5cb714093bd0c34fe2904a4c140d47cbb315ec93
1 function Pure_Function2 (X : Integer) return Integer with Pure_Function;
3 pragma Pure_Function (Pure_Function2);
4 pragma Pure_Function (Pure_Function2);
5 pragma Pure_Function (Pure_Function2);