implied: use a time based timeout instead of counting ->nr_children
[smatch.git] / validation / integer-promotions.c
blob4245fe235ea777792fb87679d01725e6743ce157
1 static int add_char(void)
3 return (char) 127 + (char) 127 + (char) 2;
5 /*
6 * check-name: Integer promotions
7 */