blob: f553b8cfdad44041793a96452e20813737075f89 [file] [log] [blame]
int a, b;
void d();
void c()
{
d((void (*)()) & a + b);
}