Files
ispc/tests_errors/void-3.ispc

6 lines
70 B
Plaintext

// "void" type illegal for struct member
struct Foo {
void x;
};