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