forked from mirrors/gecko-dev
Reformatting this directory can break some of the tests here. Differential Revision: https://phabricator.services.mozilla.com/D13518
3 lines
66 B
C++
3 lines
66 B
C++
namespace na { struct A; }
|
|
namespace nb { struct A {}; }
|
|
nb::A a;
|