blob: 316cfeebddb59add81d43397e7ca233e8af0e282 (
plain)
1
2
3
4
5
6
7
8
9
|
int fun(void);
static int foo(void) { return ((0 || fun()) && fun()); }
/*
* check-name: phi-order03
* check-command: sparse -vir -flinearize=last $file
* check-known-to-fail
*/
|