Sign in
llvm
/
clang
/
337cba4b3e17b98cfa512dfd12e57f4ccb0859be
/
.
/
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