blob: a216d61a44607cd0623fbfd3e435b9e02ef6a3b9 [file] [log] [blame]
/* APPLE LOCAL file radar 6286881 */
/* Check for incorrect expression does not result in compiler looping; instead of diagnostic. */
/* { dg-do compile } */
unsigned int
func_48 (signed char p_49)
{
signed char l_340;
func_44 (&((1 ^ 1 == (lshift_u_s (1)) != (l_340 < 1)) & 1L)); /* { dg-error "lvalue required as unary" } */
}