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