freebsd-dev/test/CodeGen/boolassign.c
2009-06-02 17:58:47 +00:00

7 lines
99 B
C

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