Files
mesa/src/glsl/glcpp/tests/058-token-pasting-empty-arguments.c
T

6 lines
66 B
C

#define paste(x,y) x ## y
paste(a,b)
paste(a,)
paste(,b)
paste(,)