1// This test should fail. lit used to interpret this as:2// (false && false) || true3// instead of the intended4// false && (false || true5//6// RUN: false7// RUN: false || true8//9// XFAIL: *10