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