everest% CC ref5.C
"ref5.C", line 9: error(1133): expression must be a modifiable lvalue
     a = a + 1 ;
     ^

1 error detected in the compilation of "ref5.C".
everest% 
