1/* m_34_big5.t: Multi-byte character constant encoded in Big-Five.  */
2
3/* 34.1:    */
4
5#pragma __setlocale( "big5")                /* For MCPP     */
6#pragma setlocale( "chinese-traditional")   /* For Visual C */
7
8#if     '�r' == '\xa6\x72'
9    Multi-byte character is encoded in Big-Five.
10#else
11    I cannot understand Big-Five.
12#endif
13
14