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;