-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIruntime-async
Description
// Generated by Fuzzlyn v3.3 on 2025-08-23 16:43:10
// Run on Arm Linux
// Seed: 864706957322375513-async,runtimeasync
// Reduced from 215.2 KiB to 0.4 KiB in 00:04:01
// Release: Outputs 4294967295
// Release with Runtime Async: Outputs 255
using System.Threading.Tasks;
public class Program
{
public static sbyte s_38 = -1;
public static void Main()
{
uint vr0 = (uint)M29().GetAwaiter().GetResult();
System.Console.WriteLine(vr0);
}
public static async Task<short> M29()
{
return await M40();
}
public static async Task<sbyte> M40()
{
await Task.Yield();
return s_38;
}
}Metadata
Metadata
Assignees
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIruntime-async