freebsd-dev/test/CodeGen/boolassign.c

7 lines
99 B
C
Raw Normal View History

2009-06-02 17:58:47 +00:00
// RUN: clang-cc %s -emit-llvm -o %t
int testBoolAssign(void) {
int ss;
if ((ss = ss && ss)) {}
}