Bug 1846030 [wpt PR 41229] - CloseWatcher: factor out and expand Esc key tests, a...
[gecko.git] / tools / clang-tidy / test / bugprone-forward-declaration-namespace.cpp
blobf93d54b0a1eb9e812e7f3a1d39d015521407dc43
1 namespace na { struct A; }
2 namespace nb { struct A {}; }
3 nb::A a;