1 int subl_add(int x
, int y
) { return x
- (x
+ y
); }
4 * check-name: simplify-same-subl-add
5 * check-command: test-linearize -Wno-decl $file
8 * check-output-contains: neg\\..* %arg2
9 * check-output-excludes: add\\.
10 * check-output-excludes: sub\\.