//GORB #pragma warning disable 168 using System; using System.Collections.Generic; using System.Diagnostics; using System.Threading; struct Blurg { public static int32 Hey() { return (int32)123; } }