static const char *const foo => const char foo[]
By default, a non-template variable of non-volatile const-qualified type having namespace-scope has internal linkage, so no need for `static`.
Loading
Please sign in to comment
By default, a non-template variable of non-volatile const-qualified type having namespace-scope has internal linkage, so no need for `static`.