1// "uniform" qualifier is illegal with "void" type
2
3struct FFF {
4    uniform void *x;
5};
6