Open ehaas opened 1 month ago
The following initializes elements 0-4 (inclusive) to 42:
42
int x[5] = {[0 ... 4] = 42};
The following initializes elements 0-4 (inclusive) to
42
: