Tests: add a few more test cases.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24635 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
@@ -134,9 +134,9 @@ float twoPi = TWOPI;
|
||||
|
||||
"boo" // ERROR
|
||||
int a = length("aoenatuh"); // ERROR
|
||||
|
||||
#define QUOTE "abcd" // okay
|
||||
'int'; // ERROR
|
||||
|
||||
#define SINGLE 'a' // okay
|
||||
// ERROR: all the following are reserved
|
||||
#define GL_
|
||||
#define GL_Macro 1
|
||||
|
||||
Reference in New Issue
Block a user