This commit was manufactured by cvs2svn to create branch

'gcc-3_2-branch'.

From-SVN: r61633
This commit is contained in:
No Author 2003-01-23 00:30:27 +00:00
parent 7ae77ebd10
commit 55b4896cb4
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
double f(double);
float f(float);
void h(typeof(f) g) {} // { dg-error "" }