public class Test
{
public static int Main() // CS0161
int i = 5;
if (i < 10)
return i;
}
else
// Uncomment the following line to resolve.
// return 1;