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