blob: 007d0dccf89e7990431635999ac99711bd5aab18 [file] [log] [blame]
int *g();
template <class T>
void f(int i)
{
int *p = &g()[3];
}