1 // RUN: clang-cc < %s -E -verify -triple i686-pc-linux-gnu 2 3 #if (('1234' >> 24) != '1') 4 #error Bad multichar constant calculation! 5 #endif 6