Fixed: https://github.com/llvm/llvm-project/issues/62945
c++20 supports "Permit conversions to arrays of unknown bound".
This make it possible that Constantneed additional cast from IncompleteArrayType is function parameter
but IncompleteArrayType is argument (ito ConstantArrayType
in TryReferenceListInitializer list).ation