• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #define C 3
2 
foo(int x)3 int foo(int x) { return ~(x + C) == (~C - x); }
4 
5 /*
6  * check-name: simplify-not-add-cte
7  * check-command: test-linearize -Wno-decl $file
8  *
9  * check-output-ignore
10  * check-output-contains: ret\\..*\\$1
11  */
12