blob: 403af47169c38a1894c607911fa90f21a4da8626 (
plain)
1
2
3
4
5
6
7
8
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
*/
|