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