void main() { const int i = 5; i++; // const cannot be modified }