1static int add_char(void)
2{
3	return (char) 127 + (char) 127 + (char) 2;
4}
5/*
6 * check-name: Integer promotions
7 */
8