Home
last modified time | relevance | path

Searched refs:max_short_plus_one (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/Sema/
Dconstant-conversion.c90 const int max_short_plus_one = (int)max_short + 1; in test9() local
94 …short new_short = max_short_plus_one; // expected-warning {{implicit conversion from 'const int' … in test9()