2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / ext / typeof3.C
blobcf78c7c6196654ad7684a5770ac653569c81c4e5
1 double f(double);
2 float f(float);
3 void h(typeof(f) g) {} // { dg-error "" }
4