Files
third_party_mesa3d/glcpp/tests/072-token-pasting-same-line.c
2010-06-21 11:22:11 -07:00

3 lines
58 B
C

#define paste(x) success_ ## x
paste(1) paste(2) paste(3)