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