blob: 9cca1d12ff92eaec29213fd1cdff924b0ff1b852 [file] [log] [blame]
int foo(int x, int y) { return x + (y - x); }
/*
* check-name: simplify-same-addl-sub
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-contains: ret\\..*%arg2
*/