Sign in
llvm
/
clang
/
3ad9e4889adcb044907bc3e707d89a7ac1b3ee30
/
.
/
test
/
Preprocessor
/
expr_multichar.c
blob: 4df8f3d4f9eace124d2a727cd618d60b0c4f8fa5 [
file
] [
log
] [
blame
]
// RUN: clang-cc < %s -E -verify -triple i686-pc-linux-gnu
#if (('1234' >> 24) != '1')
#error
Bad
multichar constant calculation
!
#endif