Files
ispc/tests_errors/void-1.ispc

6 lines
75 B
Plaintext

// "void" type variable illegal in declaration
int func() {
void x;
}