7 lines
73 B
C
7 lines
73 B
C
// RUN: clang-cc -fsyntax-only %s
|
|
|
|
void test() {
|
|
char c;
|
|
c <<= 14;
|
|
}
|