summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/expr_multichar.c
blob: 4df8f3d4f9eace124d2a727cd618d60b0c4f8fa5 (plain)
1
2
3
4
5
// RUN: clang-cc < %s -E -verify -triple i686-pc-linux-gnu

#if (('1234' >> 24) != '1')
#error Bad multichar constant calculation!
#endif
OpenPOWER on IntegriCloud