1*85e51565SEric Christopher // RUN: %clang_cc1 -x c %s -emit-llvm -o /dev/null 2*85e51565SEric Christopher test(_Bool pos,_Bool color)3*85e51565SEric Christopherint test(_Bool pos, _Bool color) { 4*85e51565SEric Christopher return 0; 5*85e51565SEric Christopher return (pos && color); 6*85e51565SEric Christopher } 7