We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e9eae commit c3f67b3Copy full SHA for c3f67b3
clang/test/AST/Interp/intap.cpp
@@ -4,7 +4,7 @@
4
// RUN: %clang_cc1 -std=c++20 -fms-extensions -verify=ref %s
5
6
7
-using MaxBitInt = _BitInt(8388608);
+using MaxBitInt = _BitInt(128);
8
9
constexpr _BitInt(2) A = 0;
10
constexpr _BitInt(2) B = A + 1;
0 commit comments