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