class C { public: C(int i, int j); }; void f() { int a, b, c, d; new C(a + b, c - d); }