typedef /*@abstract@*/ char *mstring;

int faucet (void)
{
  int *x = (int *) malloc (sizeof (int) * 24);

  /*
  ** silly program ...
  */

  return 3;
}


syntax highlighted by Code2HTML, v. 0.9.1