1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-optimized --param logical-op-non-short-circuit=1" } */
4 int f(int a
, int b
, int c
)
11 int g(int a
, int b
, int c
)
18 int h(int a
, int b
, int c
, int d
)
25 /* { dg-final { scan-tree-dump-times "if" 0 "optimized" } } */