This fixes the warning
```
parse.pass.cpp:218:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
218 | for (auto i = 0; i < sizeof(ymdd)/sizeof(ymdd[0]); ++i)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```