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