4 lines
81 B
Text
4 lines
81 B
Text
|
|
(* A parameterized macro is applied to no arguments. *)
|
||
|
|
#define FOO(x) x
|
||
|
|
FOO + 1
|