summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/boolassign.c
blob: 2d14f8c1de19b14ca6887395ebad648c67bbf2d9 (plain)
1
2
3
4
5
6
// RUN: clang-cc %s -emit-llvm -o %t

int testBoolAssign(void) {
int ss;
if ((ss = ss && ss)) {}
}
OpenPOWER on IntegriCloud