forked from OSchip/llvm-project
parent
c1f5d47b95
commit
296f82b6cc
|
@ -0,0 +1,9 @@
|
|||
// RUN: %llvmgxx %s -o /dev/null -S
|
||||
|
||||
// PR447
|
||||
|
||||
namespace nm {
|
||||
struct str {
|
||||
friend int foo(int arg = 0);
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue