Searched refs:NegativeShort (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Sema/
H A Denum.c120 typedef enum { NegativeShort = (short)-1 } NegativeShortEnum; enumerator in enum:__anon3204
121 int NegativeShortTest[NegativeShort == -1 ? 1 : -1];

Completed in 146 milliseconds