blob: 5acbe12ac33eaf883a2234338e3541cca60984f5 [file] [log] [blame]
// RUN: clang-cc -fsyntax-only %s
void test() {
char c;
c <<= 14;
}