ctest
gathers all public aliases to subject them to a number of tests, including roundtrip tests, however according to the documentation the roundtrip tests are not supported by aliases to arrays and must be manually skipped.
However when iterating through filtered aliases for the roundtrip test, we have access to the aliased type and can easily check if it is an array and skip it automatically.