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