blob: be5dd437a771eb8766879deab2f73cd7a9fde4d4 [file] [log] [blame]
public class Test
{
int i = 0;
int k = - ++i;
}