Issue error on "void" typed variable, function parameter, or struct member.
This commit is contained in:
4
tests_errors/void-array-2.ispc
Normal file
4
tests_errors/void-array-2.ispc
Normal file
@@ -0,0 +1,4 @@
|
||||
// Arrays of "void" type are illegal
|
||||
|
||||
uniform void aFOO[] = { NULL };
|
||||
|
||||
Reference in New Issue
Block a user