Files
tubestation/tools/clang-tidy/test/bugprone-forward-declaration-namespace.cpp

4 lines
66 B
C++

namespace na { struct A; }
namespace nb { struct A {}; }
nb::A a;