• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Test operators */
2 
main()3 main() {
4     int a;
5     a = a++;
6 }
7