Index: test/SemaOpenCL/ocl-char-is-not-signed.cl =================================================================== --- test/SemaOpenCL/ocl-char-is-not-signed.cl +++ test/SemaOpenCL/ocl-char-is-not-signed.cl @@ -0,0 +1,3 @@ +// RUN: %clang_cc1 %s + +constant int CHECK = (char)(0xFFu) < 0 ? 0 : 1/0;