Issue error on "void" typed variable, function parameter, or struct member.
This commit is contained in:
5
tests_errors/void-3.ispc
Normal file
5
tests_errors/void-3.ispc
Normal file
@@ -0,0 +1,5 @@
|
||||
// "void" type illegal for struct member
|
||||
|
||||
struct Foo {
|
||||
void x;
|
||||
};
|
||||
Reference in New Issue
Block a user