New testcase for PR447

llvm-svn: 18298
This commit is contained in:
Chris Lattner 2004-11-28 01:22:49 +00:00
parent c1f5d47b95
commit 296f82b6cc
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
// RUN: %llvmgxx %s -o /dev/null -S
// PR447
namespace nm {
struct str {
friend int foo(int arg = 0);
};
}