blob: 4d71a8e4b4c63c2b0fc1b74f474d3db5f3f251af [file] [log] [blame]
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
auto j() -> enum { e3 }; // expected-error{{can not be defined in a type specifier}}