brintos

brintos / llvm-project-archived public Read only

0
0
Text · 167 B · 39155e4 Raw
7 lines · c
1// RUN: %clang_cc1 < %s -E -verify -triple i686-pc-linux-gnu2// expected-no-diagnostics3 4#if (('1234' >> 24) != '1')5#error Bad multichar constant calculation!6#endif7