OSDN Git Service

2009-07-17 Richard Guenther <rguenther@suse.de>
[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