blob: c01e146aaa0658498cbc5e0ae6ab814b8464fe73 [file] [log] [blame]
void foo(void)
{
int a;
junk(a = 3);
}
void f()
{
int x = size_t(1.0) +
2;
int y = (size_t(1.0) +
5);
}