7 lines · cpp
1// REQUIRES: custom-check2// RUN: %check_clang_tidy %s custom-test-let-bind %t --config-file=%S/Inputs/clang-tidy.yml3 4extern long E;5static int S;6// CHECK-MESSAGES: [[@LINE-1]]:1: warning: find static variable [custom-test-let-bind]7