summaryrefslogtreecommitdiffstats
path: root/test/CXX/dcl.decl/dcl.meaning/dcl.fct/p9-0x.cpp
blob: ca4701554be4bcac325d8e481238f796a5c4cc0f (plain)
1
2
3
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++0x %s

auto j() -> enum { e3 }; // expected-error{{can not be defined in a type specifier}}