summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/bugprone-forward-declaration-namespace.cpp
blob: f93d54b0a1eb9e812e7f3a1d39d015521407dc43 (plain)
1
2
3
namespace na { struct A; }
namespace nb { struct A {}; }
nb::A a;