int main (void) {
  int  *ip;
  *ip = 3;           /* 5. possible null deref */
}


syntax highlighted by Code2HTML, v. 0.9.1