1int add_subr(int x, int y) { return (x + y) - y; }
2
3/*
4 * check-name: simplify-same-add-subr
5 * check-command: test-linearize -Wno-decl $file
6 *
7 * check-output-start
8add_subr:
9.L0:
10	<entry-point>
11	ret.32      %arg1
12
13
14 * check-output-end
15 */
16