glslang/Test/cppBad3.vert
John Kessenich 9840f11f85 PP: Fix #1694: Handle badly formed argument substitution.
Also added a warning for no space after a macro name.
2019-02-11 03:05:00 -07:00

3 lines
32 B
GLSL

#define f =y(.
#define y(m)
y(f)