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

5 lines
71 B
Plaintext

// Arrays of "void" type are illegal
uniform void aFOO[] = { NULL };