1// RUN: %check_clang_tidy %s google-explicit-constructor %t -- --header-filter=.* -system-headers -- -isystem %S/Inputs/nolintbeginend
2
3#include "error_in_include.inc"
4// CHECK-MESSAGES: error_in_include.inc:1:11: warning: single-argument constructors must be marked explicit
5
6#include "nolint_in_include.inc"
7
8// CHECK-MESSAGES: Suppressed 1 warnings (1 NOLINT).
9

source code of clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-error-within-include.cpp