Home | History | Annotate | Download | only in tests
      1 #define PASTE(x,y) x ## y
      2 PASTE(<,>)
      3 PASTE(0,abc)
      4 PASTE(1,=)
      5 PASTE(2,~)
      6 PASTE(3,-4)
      7 PASTE(4,+5.2)
      8