diff options
Diffstat (limited to 'validation')
| -rw-r--r-- | validation/optim/select-self-zero.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/validation/optim/select-self-zero.c b/validation/optim/select-self-zero.c new file mode 100644 index 00000000..ea309894 --- /dev/null +++ b/validation/optim/select-self-zero.c @@ -0,0 +1,9 @@ +int sel_self0x(int x) { return (x ? 0 : x) == 0; } + +/* + * check-name: select-self-zero + * check-command: test-linearize -Wno-decl $file + * + * check-output-ignore + * check-output-returns: 1 + */ |
