HomeSort by relevance Sort by last modified time
    Searched full:an_enum (Results 1 - 1 of 1) sorted by null

  /external/clang/test/Sema/
enum.c 93 } an_enum; typedef in typeref:enum:__anon5608
94 char * s = (an_enum) an_enumerator; // expected-warning {{incompatible integer to pointer conversion initializing 'char *' with an expression of type 'an_enum'}}

Completed in 38 milliseconds