Repro.Main C# (CSharp) Method

Main() static private method

static private Main ( ) : int
return int
 	static int Main()
 	{
 		Repro r = new Repro();
 		r.foo();
		return r.stack[0] == 42 ? 0 : 1;
 	}