OSDN Git Service

* tree.c (lvalue_kind): Rename from lvalue_p_1, make nonstatic.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / typeof3.C
1 double f(double);
2 float f(float);
3 void h(typeof(f) g) {} // { dg-error "" }
4