brintos

brintos / llvm-project-archived public Read only

0
0
Text · 197 B · 6f6541d Raw
10 lines · c
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