Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dconstant-conversion.c91 const long max_int_plus_one = (long)max_int + 1; in test9() local
95 …int new_int = max_int_plus_one; // expected-warning {{implicit conversion from 'const long' to 'i… in test9()