Home | History | Annotate | Download | only in src
      1 /* Test operators */
      2 
      3 main() {
      4     int a;
      5     a = a++;
      6 }
      7