llvm/clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/use-anonymous-namespace.h

// Should not warn here, do not require anonymous namespaces in headers
static int gv{123};
static void gf(){}