4 lines
50 B
C
4 lines
50 B
C
#define foo(a) (a)
|
|
#define bar two,words
|
|
foo(bar)
|
#define foo(a) (a)
|
|
#define bar two,words
|
|
foo(bar)
|