Files correlati : Commento : Aggiunto il preprocessore c++ mcpp per sostituire il compilatore nella compilazione delle maschere.
9 lines
162 B
Raku
9 lines
162 B
Raku
/* n_ucn2.t: Universal-character-name */
|
|
|
|
/* UCN in pp-number */
|
|
|
|
#define mkint( a) a ## 1\u5B57
|
|
|
|
int mkint( abc) = 0; /* int abc1\u5B57 = 0; */
|
|
|