blob: a4bdbeeeea333d2f077e4bfaf091380c3b70b89a [file] [log] [blame]
/* { dg-additional-options "-std=gnu89" } */
foo (a, b)
{
return ~(a ^ ~123);
}