bolt/deps/llvm-18.1.8/clang-tools-extra/test/clang-tidy/infrastructure/Inputs/nolintbeginend/1st-translation-unit.cpp

6 lines
75 B
C++
Raw Normal View History

2025-02-14 19:21:04 +01:00
// NOLINTBEGIN
class A { A(int i); };
// NOLINTEND
class B { B(int i); };