aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/bool-same-args.c
blob: 0ae4684ea3883bc3fd085c6c99b6a72e49760600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
static int ior(int a) { return a || a; }
static int and(int a) { return a && a; }

/*
 * check-name: bool-same-args
 * check-command: test-linearize $file
 * check-output-ignore
 *
 * check-output-excludes: or-bool\\.
 * check-output-excludes: and-bool\\.
 * check-output-contains: setne\\.
 */