blob: 70ce7c9088447a4e7050490759b22f0b8a2498e7 (
plain)
1
2
3
4
5
6
7
8
9
|
int zero_sub(int x) { return 0 - x; }
/*
* check-name: simplify-zero-sub
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-contains: neg\\..* %arg1
*/
|