class C { public: explicit C(int) {} }; int main() { int i = 0; static_cast(i); return 0; }