forked from mirrors/gecko-dev
Reformatting this directory can break some of the tests here. Differential Revision: https://phabricator.services.mozilla.com/D13518
4 lines
65 B
C++
4 lines
65 B
C++
|
|
// misc-unused-using-decls
|
|
namespace n { class C; }
|
|
using n::C;
|