PP: Fix #783: Catch end-of-argument expansion in token pasting.
This commit is contained in:
@@ -79,4 +79,8 @@ uniform M_OUTER(argPaste);
|
||||
uniform M_OUTER2(argPaste);
|
||||
|
||||
#define rec(x)##
|
||||
rec(rec())
|
||||
rec(rec())
|
||||
|
||||
#define bax(bay)
|
||||
#define baz bax(/##)
|
||||
baz
|
||||
|
||||
Reference in New Issue
Block a user