• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download

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