blob: 9eb7e9fe7a1f168553e87c26ec9678eb426430db [file] [log] [blame]
namespace N1 {
enum e { a };
void e(char);
}
void f() {
using N1::e;
enum e x;
}