Files
third_party_mesa3d/glcpp/tests/059-token-pasting-integer.c
2010-06-21 11:22:11 -07:00

5 lines
70 B
C

#define paste(x,y) x ## y
paste(1,2)
paste(1,000)
paste(identifier,2)