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