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