Searched refs:NegativeShort (Results 1 – 1 of 1) sorted by relevance
120 typedef enum { NegativeShort = (short)-1 } NegativeShortEnum; enumerator121 int NegativeShortTest[NegativeShort == -1 ? 1 : -1];