blob: c0072884b1e6c2d542b6083bd8e0ebae82bbbb06 (
plain)
1
2
3
4
5
6
7
8
9
|
int sub_cte(int x) { return (x - 1) != (x + -1); }
/*
* check-name: canonical-sub-cte
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-contains: ret\\..*\\$0
*/
|