PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / gnat.dg / debug11_pkg2.ads
blob350f51c5b40a41a4152f500016814f55ac7a356e
1 package Debug11_Pkg2 is
3 Foreign_Imported_Var : Integer;
4 pragma Import (C, Foreign_Imported_Var, "imported_var");
6 function Foreign_Imported_Func return Integer;
7 pragma Import (C, Foreign_Imported_Func, "imported_func");
9 end Debug11_Pkg2;