blob: 178e749a3c3608ce0fc5d09b6405cf7195dee8bb [file] [log] [blame]
class Example {
void foo() {
int a =1 - -4;
int b =-a;
Other.check(-a);
}
}