-- { dg-do run }withGNAT.Compiler_Version;procedureTest_VersionispackageVsnis newGNAT.Compiler_Version;useVsn;X:constantString:=Version;beginifX'Length=78then-- 78 = Ver_Len_Max + Ver_Prefix'Length-- actual version should be shorter than thisraiseProgram_Error;endif;endTest_Version;