blob: 5429977d47ecb1770e86132f4aa026cc379eadf4 [file] [log] [blame]
public class Test
{
int i = 0;
int k = - (--i);
}