1 // RUN: %clang_cc1 -verify -fsyntax-only -x c++ -Wassign-enum %s 2 3 enum __attribute__((flag_enum)) flag { // expected-warning {{ignored}} 4 }; 5