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

5 lines
75 B
C++

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