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