From-SVN: r22821
This commit is contained in:
Jason Merrill 1998-10-04 12:21:01 -04:00
parent 14ae7e7d28
commit 70189f1266
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ main() {
try {
var.func(1);
var.func(0);
} catch(test1::fehler()) // ERROR - cannot have function type
} catch(test1::fehler()) // function type promoted to pointer
{
;
}