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

11 lines
363 B
Raku

/* u_concat.t: Invalid pp-token generated by ## operator. */
#define _VARIANT_BOOL /##/
/*
* The following line intends to be commented out. '//' generated by the
* macro is, however, not a valid pp-token. Since any comment is removed
* before macro definition or macro expansion, a comment is never generated
* by macro.
*/
_VARIANT_BOOL bool;