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

3 lines
45 B
C

#define paste(a,b) a ## b
paste(one , token)