1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++0x %s 2 3 auto j() -> enum { e3 }; // expected-error{{can not be defined in a type specifier}} 4