1// Arrays of "void" type are illegal
2
3uniform void aFOO[] = { NULL };
4
5