blob: a969e7ad925d5fb2ceb44c48c255da709b39932d [file] [log] [blame]
/* APPLE LOCAL file radar 6286881 */
/* Check for incorrect expression does not result in compiler looping; instead of diagnostic. */
/* { dg-do compile } */
/* { dg-options -Wno-parentheses } */
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 "cannot take the address of an rvalue" } */
}