summaryrefslogtreecommitdiffstats
path: root/test/Sema/shift.c
blob: 5acbe12ac33eaf883a2234338e3541cca60984f5 (plain)
1
2
3
4
5
6
// RUN: clang-cc -fsyntax-only %s

void test() {
  char c;
  c <<= 14;
}
OpenPOWER on IntegriCloud