bolt/deps/llvm-18.1.8/clang-tools-extra/test/clang-tidy/infrastructure/Inputs/nolintbeginend/2nd-translation-unit.cpp
2025-02-14 19:21:04 +01:00

6 lines
76 B
C++

class A { A(int i); };
// NOLINTBEGIN
class B { B(int i); };
// NOLINTEND