We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8b433 commit f1809b5Copy full SHA for f1809b5
check/features.frm
@@ -1111,3 +1111,27 @@ format C;
1111
assert succeeded?
1112
assert !(file("out.c") =~ /[_] [+]= /)
1113
*--#] Issue392_ContinuationLines_0 :
1114
+*--#[ Sortrealloc_1 :
1115
+On sortreallocate;
1116
+Symbol x,y;
1117
+Local F = (x+y)^10;
1118
+.sort
1119
+Identify x = - y;
1120
1121
+Print +s;
1122
+.end
1123
+assert succeeded?
1124
+assert result("F") =~ expr("0");
1125
+*--#] Sortrealloc_1 :
1126
+*--#[ Sortrealloc_2 :
1127
1128
1129
1130
+#sortreallocate
1131
1132
1133
1134
1135
1136
1137
+*--#] Sortrealloc_2 :
0 commit comments