Alessandro Bonazzi e075990ed3 Patch level : 12.0 no-patch
Files correlati     :
Commento            :

Aggiunto il preprocessore c++ mcpp per sostituire il compilatore nella compilazione delle maschere.
2020-11-28 16:24:08 +01:00

9 lines
229 B
Perl

/* i_35_3.t: Multi-character wide character constant. */
/* In ASCII character set. */
/* 35.3: */
#if (L'ab' != L'\x61\x62') || (L'ab' == 'ab')
Bad handling of multi-character wide character constant.
#endif