mirror of
https://github.com/RPCS3/glslang.git
synced 2024-11-24 19:59:40 +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" |