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