1// RUN: %check_clang_tidy %s readability-magic-numbers %t --
2
3// Don't crash
4
5_BitInt(128) A = 4533629751480627964421wb;
6// CHECK-MESSAGES: warning
7

source code of clang-tools-extra/test/clang-tidy/checkers/readability/bitint-no-crash.c