brintos

brintos / llvm-project-archived public Read only

0
0
Text · 117 B · 8c56319 Raw
8 lines · c
1// RUN: %clang_cc1 %s -emit-llvm -o %t2 3int testBoolAssign(void) {4  int ss;5  if ((ss = ss && ss)) {}6  return 1;7}8