fune/tools/clang-tidy/test/bugprone-forward-declaration-namespace.cpp
2018-11-30 06:36:07 -05:00

3 lines
66 B
C++

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