Fix issue #391: input stack underflow on too few macro arguments.
This commit is contained in:
4
Test/badMacroArgs.frag
Executable file
4
Test/badMacroArgs.frag
Executable file
@@ -0,0 +1,4 @@
|
||||
#version 400
|
||||
|
||||
#define m(a) a
|
||||
m()
|
||||
Reference in New Issue
Block a user