### Overview Upstream support for handling implicit FunctionToPointerDecay casts in ClangIR. ### Suggested minimal test case ``` int f1(); void f2() { int (*t)() = f1; } ``` ### Existing incubator tests clang/test/CIR/CodeGen/function-to-pointer-decay.c