mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-10 04:20:06 +00:00
9840f11f85
Also added a warning for no space after a macro name.
6 lines
63 B
GLSL
6 lines
63 B
GLSL
#define n#0#
|
|
#define m #0#
|
|
#if m
|
|
#endif
|
|
#define n()
|
|
int n" |