void g () {
  int ia[10];
  ...
  f(ia, ia);
}

Example 3: A use of f showing that ip1 and ip2 can alias.

Back to Article