struct s { uniform int i; // structure members cannot be declared with const qualifier } s1; void main() { }