Regenerated

[SVN r17084]
This commit is contained in:
Douglas Gregor
2003-01-30 04:42:06 +00:00
parent 8b6ebc4c42
commit 9bc263cf97
10 changed files with 20 additions and 0 deletions

View File

@ -21,4 +21,6 @@ f = &X::foo;
X x;
f(&x, 5);
return 0;
}