rts: Eliminate uses of implicit constant arrays
Folding of const-sized variable-length arrays to a constant-length
array is a gnu extension which clang complains about.
Closes #26502 (closed).
Folding of const-sized variable-length arrays to a constant-length
array is a gnu extension which clang complains about.
Closes #26502 (closed).