bolt/deps/llvm-18.1.8/clang-tools-extra/test/clang-tidy/checkers/bugprone/inc-dec-in-conditions-bitint-no-crash.c
2025-02-14 19:21:04 +01:00

9 lines
178 B
C

// RUN: %check_clang_tidy %s bugprone-inc-dec-in-conditions %t
_BitInt(8) v_401_0() {
0 && ({
_BitInt(5) y = 0;
16777215wb ?: ++y;
});
}
// CHECK-MESSAGES: warning