Files
ispc/tests_errors/void-array-3.ispc

8 lines
73 B
Plaintext

// Arrays of "void" type are illegal
struct Foo {
void aFOO[];
};