Searched defs:fooenum (Results 1 - 1 of 1) sorted by last modified time

/external/clang/test/Parser/
H A Dcxx-decl.cpp49 enum { fooenum = 1, }; // expected-error {{commas at the end of enumerator lists are a C++11 extension}} enumerator in enum:__anon19013
52 int Type : fooenum;

Completed in 120 milliseconds