int globalVariable; struct Foo { Foo(int) {} Foo(int, double) {} }; void f() { Foo foo( /* COMPLETE HERE */ }