hanchenye-llvm-project/clang/test/Sema/shift.c

7 lines
70 B
C

// RUN: clang -fsyntax-only %s
void test() {
char c;
c <<= 14;
}