Skip to content

Instantly share code, notes, and snippets.

@aevitas
Created September 19, 2019 13:53
Show Gist options
  • Save aevitas/d459085b2db7c21df74924187d6efb74 to your computer and use it in GitHub Desktop.
Save aevitas/d459085b2db7c21df74924187d6efb74 to your computer and use it in GitHub Desktop.
// Generated by Fuzzlyn on 2018-06-03 16:15:22
// Seed: 1019504228635510285
// Reduced from 154.8 KB to 0.9 KB
// Debug: Outputs '10402227607262999317'
// Release: Throws 'System.NullReferenceException'
struct S0
{
public uint F0;
public char F1;
public int F2;
public int F3;
public uint F4;
public ulong F5;
public short F6;
public byte F7;
public S0(uint f0, char f1, int f2, int f3, uint f4, ulong f5, short f6, byte f7)
{
F0 = f0;
F1 = f1;
F2 = f2;
F3 = f3;
F4 = f4;
F5 = f5;
F6 = f6;
F7 = f7;
}
}
public class Program
{
static int[, ] s_1 = new int[, ]{{-1860696896}};
public static void Main()
{
var vr196 = new S0(0U, 'Y', 0, 876181050, 2606508611U, 10402227607262999317UL, 15399, 254);
var vr197 = (uint)(0U & s_1[0, 0]);
var vr198 = s_1[0, 0];
M20(vr196, vr197);
}
static int M20(S0 arg0, uint arg2)
{
System.Console.WriteLine(arg0.F5);
return -2147483647;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment