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