You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have -gnatX0 and the corresponding pragma and gnat_native_14.2.1_06bb3def`, but all I can use from experimental extensions are the conditional return statements. Experimental aspects are not recognized ("Adjust" is not a valid aspect identifier [enabled by default]).
pragma Extensions_allowed (All);
package main2 is
S: constant String with External_Initialization => "essai.txt";
end main2;
The text was updated successfully, but these errors were encountered:
I have -gnatX0 and the corresponding pragma and gnat_native_14.2.1_06bb3def`, but all I can use from experimental extensions are the conditional return statements. Experimental aspects are not recognized ("Adjust" is not a valid aspect identifier [enabled by default]).
The text was updated successfully, but these errors were encountered: