Skip to content

Instantly share code, notes, and snippets.

@aevitas
Created October 23, 2021 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aevitas/c9719b4eb29687cd306ef2127ca0c4b9 to your computer and use it in GitHub Desktop.
Save aevitas/c9719b4eb29687cd306ef2127ca0c4b9 to your computer and use it in GitHub Desktop.
// Generated by Fuzzlyn v1.5 on 2021-10-23 22:29:22
// Run on X64 Windows
// Seed: 3237180287467777327
// Reduced from 167.9 KiB to 0.2 KiB in 00:01:04
// Debug: Outputs 1
// Release: Outputs -1
public class Program
{
public static int s_8;
public static void Main()
{
var vr1 = 0 - 9223372036854775807L;
vr1--;
s_8 = (int)(-vr1 / -9223372036854775807L);
System.Console.WriteLine(s_8);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment