While refactoring typesafe variadics, I noticed one 'if'
statement was not covered (but was by Buildkite),
so adding it to the testsuite.
The code in question is in compiler/src/dmd/mtype.d,
L4863 - L4867 ('prefer matching the element type rather than the array').