hanchenye-llvm-project/clang/test/CodeGen/boolassign.c

7 lines
96 B
C

// RUN: clang %s -emit-llvm -o %t
int testBoolAssign(void) {
int ss;
if ((ss = ss && ss)) {}
}