blob: 07a9c68a7fff25d96676aff468dd8645c6cb00fe [file] [log] [blame]
int
bar (int i)
{
return 1 | ((i * 2) & 254);
}