trisquel-icecat/icecat/tools/clang-tidy/test/bugprone-forward-declaration-namespace.cpp

3 lines
66 B
C++

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