Sign in
cobalt
/
cobalt
/
0c2b1d4428f8ae16220e86a16bebd07ff691a412
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
CXX
/
dcl.dcl
/
basic.namespace
/
namespace.udecl
/
p7.cpp
blob: 6c9379fac27fdb628594b104b71c376eb8e0201b [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -std=c++11 -verify %s
enum
class
EC
{
ec
};
using
EC
::
ec
;
// expected-error {{using declaration cannot refer to a scoped enumerator}}