Sign in
llvm
/
llvm-project
/
clang-tools-extra
/
05150fac23986600482f8c2161ec026481eb1b17
/
.
/
test
/
clang-tidy
/
infrastructure
/
Inputs
/
nolintbeginend
/
1st-translation-unit.cpp
blob: d90fc069c97895fcc9e5680bb61238e52244a479 [
file
] [
log
] [
blame
]
// NOLINTBEGIN
class
A
{
A
(
int
i
);
};
// NOLINTEND
class
B
{
B
(
int
i
);
};