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