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

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