4 lines
49 B
C
4 lines
49 B
C
#define double(a) a*2
|
|
#define foo double(
|
|
foo 5)
|
#define double(a) a*2
|
|
#define foo double(
|
|
foo 5)
|