xref: /illumos-gate/usr/src/tools/smatch/src/validation/linear/phi-order03.c (revision 4c87aefe8930bd07275b8dd2e96ea5f24d93a52e)
1 int fun(void);
2 
3 static int foo(void) { return ((0 || fun()) && fun()); }
4 
5 /*
6  * check-name: phi-order03
7  * check-command: sparse -vir -flinearize=last $file
8  */
9