blob: 0ae4684ea3883bc3fd085c6c99b6a72e49760600 [file] [log] [blame]
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\\.
*/