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