In 6c75ab5f66b4, Clang deprecated _ExtInt in favor of _BitInt, which made this test fail. This patch disables the test on older compilers and uses the new _BitInt type instead. Differential Revision: https://reviews.llvm.org/D115194
In 6c75ab5f66b4, Clang deprecated _ExtInt in favor of _BitInt, which made this test fail. This patch disables the test on older compilers and uses the new _BitInt type instead. Differential Revision: https://reviews.llvm.org/D115194