xref: /llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/bitint-no-crash.c (revision 4b5366c9512aa273a5272af1d833961e1ed156e7)
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