blob: 0d4bf490ed6ef541b312b16811123160d7d94eac [file] [log] [blame]
// RUN: clang %s -emit-llvm -o %t
int testBoolAssign(void) {
int ss;
if ((ss = ss && ss)) {}
}