aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/linear/phi-order03.c
blob: 24ae10e7b7ab03e50485c8cdbf9dfc8e3a350f09 (plain)
1
2
3
4
5
6
7
8
int fun(void);

static int foo(void) { return ((0 || fun()) && fun()); }

/*
 * check-name: phi-order03
 * check-command: sparse -vir -flinearize=last $file
 */