fork download
  1. #include <stdio.h>
  2. #define MIAMACRO 12345678
  3. #define UNITO MI ## A ## MA ## CRO
  4. int main (void)
  5. {
  6. printf ("%i\n", UNITO);
  7. return 0;
  8. }
Success #stdin #stdout 0.01s 1720KB
stdin
Standard input is empty
stdout
12345678