```csharp public static void Main() { try { System.Console.WriteLine("A"); } finally { while (true) { } } } ``` ```text Assert failure(PID 14880 [0x00003a20], Thread: 23380 [0x5b54]): Assertion failed 'block->countOfInEdges() > 0' in 'Program:Main()' during 'Remove empty finally' (IL size 16) File: D:\dev\dotnet\runtime\src\coreclr\jit\fgflow.cpp Line: 280 Image: D:\dev\dotnet\runtime\artifacts\tests\coreclr\windows.x64.Debug\Tests\Core_Root\corerun.exe ```