Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/18.0-2024-02-13
/
.
/
clang-tools-extra
/
test
/
clang-tidy
/
checkers
/
readability
/
bitint-no-crash.c
blob: f8660924cbef5a0ed36159c606d1fb38e1498a9b [
file
] [
log
] [
blame
] [
edit
]
// RUN: %check_clang_tidy %s readability-magic-numbers %t --
// Don't crash
_BitInt
(
128
)
A
=
4533629751480627964421wb
;
// CHECK-MESSAGES: warning