~~~c++ int f(); int g() { int (*fp)() = (int(*)())f; // redundant cast return fp(); } ~~~ https://godbolt.org/z/h8brsnq4z