struct S {
};

extern S i[];

void g (S*);

template <typename T>
void f () {
  g (&i[2]);
}



syntax highlighted by Code2HTML, v. 0.9.1