aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/ext/typeof3.C
blob: cf78c7c6196654ad7684a5770ac653569c81c4e5 (plain)
1
2
3
4
double f(double);
float f(float);
void h(typeof(f) g) {} // { dg-error "" }